Share

ModelLeaderNodesEnumerator.Item Property

Parent Object: ModelLeaderNodesEnumerator

Description

Property that returns an item from the collection. You can provide either the index of the item in the collection, where the first item is index 1, or you can provide the name of the object.

Syntax

ModelLeaderNodesEnumerator.Item( Index As Variant ) As ModelLeaderNode

Property Value

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

Parameters

Name Type Description
Index Variant Input Variant value that specifies the object to return. The index of the first item in the collection is 1

Version

Introduced in version 2018

Was this information helpful?