Revit 2026 API
ReferenceGlobal |
The position on which the reference is hit.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntax
public XYZ GlobalPoint { get; }
Public ReadOnly Property GlobalPoint As XYZ Get
public: property XYZ^ GlobalPoint { XYZ^ get (); }
member GlobalPoint : XYZ with get
Return Value
XYZif the reference doesn't have a global point.

When using a plan view, the Z-value of a GlobalPoint is not meaningful.
See Also