PartInterfaces DraftDomains (Collection)
All Frameworks Object Hierarchy This Framework Indexes
DraftDomains (Collection)
The collection of draft domains used by the draft shape.
Method Index
-
Item
- Returns a draft domain using its index or its name from the
DraftDomains collection.
Methods
-
Returns a draft domain using its index or its name from the
DraftDomains collection.
- Parameters:
-
- iIndex
- The index or the name of the draft domain to retrieve from
the collection of draft domains.
As a numerics, this index is the rank of the draft domain
in the collection.
The index of the first draft domain in the collection is 1, and
the index of the last draft domain is Count.
As a string, it is the name you assigned to the draft domain using
the
AnyObject.Name property.
- Returns:
- The retrieved draft domain
- Example:
- The following example returns in domain the third
draft domain of the firstDraftDomains collection:
Set domain = firstDraftDomains.Item(3)
Copyright © 2003, Dassault Systèmes. All rights reserved.