ConnectorElementGetLinkedConnectorElement Method |
Get the linked connector element.
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.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