BIMConnectors.Item Property
Parent Object: BIMConnectorsDescription
Returns the specified BIMConnector object from the collection.
Syntax
BIMConnectors.Item( Index As Variant ) As BIMConnectorProperty 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. |