ModelFeatureControlFrames.Item Property
Parent Object: ModelFeatureControlFramesDescription
Allows VARIANT-indexed access to items in the collection. You can use names as indexes as well.
Syntax
ModelFeatureControlFrames.Item( Index As Variant ) As ModelFeatureControlFrameProperty 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. |