Features.Item Property
Parent Object: FeaturesDescription
Returns the specified feature from the collection.
Syntax
Features.Item( Index As Variant ) As PartFeatureProperty Value
This is a read only property whose value is a PartFeature.Parameters
Name | Type | Description |
Index | Variant | Specifies the object within the collection to return. This can be either a Long to indicate the index of the item within the collection, or a String indicating the name of the feature. This is the name of the feature as seen in the browser. |