ConnectorElement.SetLinkedConnectorElement
Public Class
ArgumentException
InvalidOperationException
Set the linked connector element.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntax
public void SetLinkedConnectorElement( ConnectorElement otherConnector)
Parameters
otherConnector ConnectorElement
The connector to link to.
Exceptions
Exception
Condition
ArgumentException
The connector being linked to is a different domain than that of the calling connector. -or- The connector being linked to is the same as the calling connector.
InvalidOperationException
This connector type does not support linked connectors.
Remarks
Set the linked connector to . to remove the link.