Share

Reference.GlobalPoint Property

The position on which the reference is hit.


Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.1.0.0 (26.1.0.34)

Syntax

C#

public XYZ GlobalPoint { get; }

Return Value

XYZ
nullptr if the reference doesn't have a global point.

Remarks

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

See Also

Reference

Was this information helpful?