PointOnPlaneOffset Property

Signed offset from the plane.

Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntax
public double Offset { get; set; }

Property Value

Double
Remarks
The point's position is offset in the direction of the normal vector returned by the Plane.Normal property.
See Also