Share

BIMConnectors.Item Property

Parent Object: BIMConnectors

Description

Returns the specified BIMConnector object from the collection.

Syntax

BIMConnectors.Item( Index As Variant ) As BIMConnector

Property Value

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

Parameters

Name Type Description
Index Variant Input Variant value that specifies the BIM connector to return. This is the index of the item in the collection where the first item is 1. It can also be the name of the connector. If an out of range value or an unknown name is provided an error will occur.

Version

Introduced in version 2011

Was this information helpful?