SketchControlPointSplines.Item Property
Parent Object: SketchControlPointSplinesDescription
Returns the specified SketchControlPointSpline object from the collection.
Syntax
SketchControlPointSplines.Item( Index As Long ) As SketchControlPointSplineProperty Value
This is a read only property whose value is a SketchControlPointSpline.Parameters
Name | Type | Description |
Index | Long | Input Long value that specifies the index of the item to return. The first item in the collection has an index of 1. |