StructuralConnectionHandler.GetOrigin Method

StructuralConnectionHandlerGetOrigin Method

Retrieves origin point of Structural Connection Handler element.

Namespace: Autodesk.Revit.DB.Structure
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.3.0.0 (25.3.0.0)
Syntax
public XYZ GetOrigin()
Public Function GetOrigin As XYZ
public:
XYZ^ GetOrigin()
member GetOrigin : unit -> XYZ 

Return Value

XYZ
The origin point of element.
See Also