ConnectorElement.SetLinkedConnectorElement Method

ConnectorElementSetLinkedConnectorElement Method

Set the linked connector element.

Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.3.0.0 (25.3.0.0)
Syntax
public void SetLinkedConnectorElement(
	ConnectorElement otherConnector
)
Public Sub SetLinkedConnectorElement ( 
	otherConnector As ConnectorElement
)
public:
void SetLinkedConnectorElement(
	ConnectorElement^ otherConnector
)
member SetLinkedConnectorElement : 
        otherConnector : ConnectorElement -> unit 

Parameters

otherConnector  ConnectorElement
The connector to link to.
Exceptions
ExceptionCondition
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.
See Also