SurfaceGraphicsEdgeList.Item Property
Parent Object: SurfaceGraphicsEdgeListDescription
Returns a SurfaeGraphicsEdge object.
Syntax
SurfaceGraphicsEdgeList.Item( Index As Variant ) As SurfaceGraphicsEdgeProperty Value
This is a read only property whose value is a SurfaceGraphicsEdge.Parameters
Name | Type | Description |
Index | Variant | Specifies which SurfaceGraphicsEdge object to return. This can be a Long, which specifies the index in the list, or it can be the Edge object referenced by a SurfaceGraphicsEdge object. The property will fail in the case where an Index is provided that does not identify an existing SurfaceGraphicsEdge object. |