PartFeatures.Item Property
Parent Object: PartFeaturesDescription
Returns the specified PartFeature object from the collection. It accesses all of the features regardless of their type. If you increment through the features in the collection they are returned in the same order as they appear in the feature browser.
Syntax
PartFeatures.Item( Index As Variant ) As PartFeatureProperty Value
This is a read only property whose value is a PartFeature.Parameters
Name | Type | Description |
Index | Variant | Input Variant value that specifies the feature to return. This can be either a numeric value indicating the index of the item in the collection or it can be a String indicating the feature name. If an out of range index or a name of a non-existent feature is provided, an error occurs. |