UnfoldFeatures.Item Property
Parent Object: UnfoldFeaturesDescription
Returns the specified UnfoldFeature object from the collection.
Syntax
UnfoldFeatures.Item( Index As Variant ) As UnfoldFeatureProperty Value
This is a read only property whose value is a UnfoldFeature.Parameters
Name | Type | Description |
Index | Variant | Input Long or String value that specifies the UnfoldFeature 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. |