Revit 2026 API
Part |
Gets the plane of the sketch.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntax
public Plane GetPlaneOfSketch()
Public Function GetPlaneOfSketch As Plane
public: Plane^ GetPlaneOfSketch()
member GetPlaneOfSketch : unit -> Plane
Return Value
PlaneThe plane of the sketch.
See Also