The location of the connector in family document.

Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 23.0.0.0 (23.1.0.0)

Syntax

C#
XYZ Origin { get; }
Visual Basic
ReadOnly Property Origin As XYZ
	Get
Visual C++
property XYZ^ Origin {
	XYZ^ get ();
}

Remarks

This property is used to retrieve the origin of the connector.

See Also