Share

BIMConnectorLinks.Add Method

Parent Object: BIMConnectorLinks

Description

Method that creates a new BIMConnectorLink.The new BIMConnectorLink is returned.

Syntax

BIMConnectorLinks.Add( ConnectorOne As BIMConnector, ConnectorTwo As BIMConnector ) As BIMConnectorLink

Parameters

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.

Version

Introduced in version 2011

Was this information helpful?