Share

RefoldFeatures.Item Property

Parent Object: RefoldFeatures

Description

Returns the specified RefoldFeature object from the collection.

Syntax

RefoldFeatures.Item( Index As Variant ) As RefoldFeature

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

Version

Introduced in version 2010

Was this information helpful?