RefoldFeatures.Item Property
Parent Object: RefoldFeaturesDescription
Returns the specified RefoldFeature object from the collection.
Syntax
RefoldFeatures.Item( Index As Variant ) As RefoldFeatureProperty Value
This is a read only property whose value is a RefoldFeature.Parameters
Name | Type | Description |
Index | Variant | Input Long or String value that specifies the RefoldFeature object within the collection to return. A Long value indicates the index of the feature within the collection to return. A String indicates the name of the feature. If an out of range index or an unknown name is supplied the property will fail. |