Revit 2025.3 API
Part |
Gets the plane of the sketch.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.3.0.0 (25.3.0.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