COM Interface: IEdges
Members
Properties
| Property | Description |
|---|---|
| long Count {get} | Retrieves the number of edges in the collection. |
| IEdge** Item(long index) | Retrieves the edge at a specific index. |
| IEnumVARIANT _NewEnum {get} | Enables use of the built-in syntax of a COM client to iterate through an object’s collection of items. |

