DWGLinesEnumerator.Item Property
Parent Object: DWGLinesEnumeratorDescription
Allows VARIANT-indexed access to items in the collection. You can use names as indexes as well.
Syntax
DWGLinesEnumerator.Item( Index As Variant ) As DWGLineProperty Value
This is a read only property whose value is a DWGLine.Parameters
Name | Type | Description |
Index | Variant | Input Long value that specifies the index of the object to return. |