IntersectionCurves.Item Property
Parent Object: IntersectionCurvesDescription
returns the specified IntersectionCurve object from the collection.
Syntax
IntersectionCurves.Item( Index As Long ) As IntersectionCurveProperty Value
This is a read only property whose value is an IntersectionCurve.Parameters
Name | Type | Description |
Index | Long | Input Variant value that specifies the intersection curve to return. This can be either a numeric value indicating the index of the item in the collection or it can be a string indicating the intersection curve name. If an out of range index or a name of a non-existent intersection curve is provided, an error occurs. |