GetPlaneReference Method


Sketch Plane Get Plane Reference Method

Returns a reference to this element as a plane.

Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntax
public Reference GetPlaneReference()

Return Value

Reference
The reference.
Remarks
The object returned here can be used with the PointOnPlane class.
See Also