Share

ModelFeatureControlFrames.Item Property

Parent Object: ModelFeatureControlFrames

Description

Allows VARIANT-indexed access to items in the collection. You can use names as indexes as well.

Syntax

ModelFeatureControlFrames.Item( Index As Variant ) As ModelFeatureControlFrame

Property Value

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

Parameters

Name Type Description
Index Variant The index or name of the object to get. If an index is used, the first item in the collection has an index of 1.

Version

Introduced in version 2018

Was this information helpful?