ConnectorElementGetLinkedConnectorElement Method |
Get the linked connector element.
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntaxpublic ConnectorElement GetLinkedConnectorElement()
Public Function GetLinkedConnectorElement As ConnectorElement
public:
ConnectorElement^ GetLinkedConnectorElement()
member GetLinkedConnectorElement : unit -> ConnectorElement
Return Value
ConnectorElement
The linked connector element. If
, the connector has no link.
See Also