RuledSurfaceEdgeFacePairs.Item Property
Parent Object: RuledSurfaceEdgeFacePairsDescription
Allows VARIANT-indexed access to items in the collection. You can use names as indexes as well.
Syntax
RuledSurfaceEdgeFacePairs.Item( Index As Long ) As RuledSurfaceEdgeFacePairProperty Value
This is a read only property whose value is a RuledSurfaceEdgeFacePair.Parameters
Name | Type | Description |
Index | Long | Input Long value that specifies the RuledSurfaceEdgeFacePair to return. If an out of range index of a RuledSurfaceEdgeFacePair is provided, an error will occur. |