Share

BIMConnectors.Add Method

Parent Object: BIMConnectors

Description

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 BIMConnector

Parameters

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 "".

Version

Introduced in version 2011

Was this information helpful?