BIMConnectorLinks.Add Method
Parent Object: BIMConnectorLinksDescription
Method that creates a new BIMConnectorLink.The new BIMConnectorLink is returned.
Syntax
BIMConnectorLinks.Add( ConnectorOne As BIMConnector, ConnectorTwo As BIMConnector ) As BIMConnectorLinkParameters
Name | Type | Description |
ConnectorOne | BIMConnector | Input BIMConnector that defines the first of two connectors to be connected by the link. |
ConnectorTwo | BIMConnector | Input BIMConnector that defines the second of two connectors to be connected by the link. |