DrawingCurvesEnumerator.Item Property
Parent Object: DrawingCurvesEnumeratorDescription
Method that returns the specified DrawingCurve object from the collection. This is the default property of the DrawingCurves collection object.
Syntax
DrawingCurvesEnumerator.Item( Index As Long ) As DrawingCurveProperty Value
This is a read only property whose value is a DrawingCurve.Parameters
Name | Type | Description |
Index | Long | Value that specifies the object to return. |
Samples
Name | Description |
Creating hole tables | This sample demonstrates the creation of hole tables in a drawing. |