The location of the connector in family document.

Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 20.0.0.0 (20.0.0.377)

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