Vertices.Item Property
Parent Object: VerticesDescription
Allows integer-indexed access to items in the collection.
Syntax
Vertices.Item( Index As Long ) As VertexProperty Value
This is a read only property whose value is a Vertex.Parameters
Name | Type | Description |
Index | Long | Input Long value that specifies the index of the Vertex to return. |