BIMConnectors.Add Method
Parent Object: BIMConnectorsDescription
Method that creates a new BIMConnector. The type of connector definition supplied will determine the type of connector created. The new BIMConnector is returned.
Syntax
BIMConnectors.Add( Definition As BIMConnectorDefinition, [Name] As String ) As BIMConnectorParameters
Name | Type | Description |
Definition | BIMConnectorDefinition | Input definition object that defines all of the required inputs to create a new connector. |
Name | String | Defines the name of the new connector. It must be unique with respect to all existing connectors. If not provided, or an empty string is supplied then BIM Exchange will generate a default name. This is an optional argument whose default value is "". |