Share

DrawingCurvesEnumerator.Item Property

Parent Object: DrawingCurvesEnumerator

Description

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 DrawingCurve

Property 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.

Version

Introduced in version 11

Was this information helpful?