PartMakerMethodToDivideVolumesGetPlaneOfSketch Method |
Gets the plane of the sketch.
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntaxpublic Plane GetPlaneOfSketch()
Public Function GetPlaneOfSketch As Plane
public:
Plane^ GetPlaneOfSketch()
member GetPlaneOfSketch : unit -> Plane
Return Value
Plane
The plane of the sketch.
See Also