Share

RuleFilletFeatures.Item Property

Parent Object: RuleFilletFeatures

Description

Returns the specified RuleFilletFeature object from the collection.

Syntax

RuleFilletFeatures.Item( Index As Variant ) As RuleFilletFeature

Property Value

This is a read only property whose value is a RuleFilletFeature.

Parameters

Name Type Description
Index Variant Input Long or String that specifies the RuleFilletFeature object within the collection to return. Inputting a Long indicates the index of the RuleFilletFeature 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.

Version

Introduced in version 2010

Was this information helpful?