DWGEntitySegmentsEnumerator.Item Property
Parent Object:
DWGEntitySegmentsEnumerator
Description
Allows VARIANT-indexed access to items in the collection. You can use names as indexes as well.
Syntax
DWGEntitySegmentsEnumerator.
Item
(
Index
As Variant ) As
DWGEntitySegment
Property Value
This is a read only property whose value is a
DWGEntitySegment
.
Parameters
Name
Type
Description
Index
Variant
Input Long value that specifies the index of the segment to return.
Version
Introduced in version 2018
© Copyright 2021 Autodesk, Inc.
Comment on this page.