ContourRollFeatures.Item Property
Parent Object: ContourRollFeaturesDescription
Returns the specified ContourRollFeature object from the collection.
Syntax
ContourRollFeatures.Item( Index As Variant ) As ContourRollFeatureProperty Value
This is a read only property whose value is a ContourRollFeature.Parameters
Name | Type | Description |
Index | Variant | Input Long or String that specifies the ContourRollFeature object within the collection to return. Inputting a Long indicates the index of the ContourRollFeature within the collection to return. A String can also be used to specify the name of the feature. The property will fail is the index is out of range or the name does not exist. |