Share

PartFeatures.Item Property

Parent Object: PartFeatures

Description

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 PartFeature

Property 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.

Version

Introduced in version 4

Was this information helpful?