Share

SketchEntitiesEnumerator.Item Property

Parent Object: SketchEntitiesEnumerator

Description

Returns the specified SketchEntity object from the collection.

Syntax

SketchEntitiesEnumerator.Item( Index As Long ) As SketchEntity

Property Value

This is a read only property whose value is a SketchEntity.

Parameters

Name Type Description
Index Long Input Long value that specifies the index of the object to return.

Samples

Name Description
Offset a 2D sketch This sample demonstrates the creation of offsets in 2d sketches. Two ways of creating the offset are shown - one uses a distance and the other uses the input point.

Version

Introduced in version 5

Was this information helpful?