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


o Func Item( iIndex) As
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 © 2006, Dassault Systèmes. All rights reserved.