Share

DWGPolylines2DEnumerator.Item Property

Parent Object: DWGPolylines2DEnumerator

Description

Allows VARIANT-indexed access to items in the collection. You can use names as indexes as well.

Syntax

DWGPolylines2DEnumerator.Item( Index As Variant ) As DWGPolyline2D

Property Value

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

Parameters

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

Version

Introduced in version 2016

Was this information helpful?