PartMakerMethodToDivideVolumes.GetPlaneOfSketch Method

PartMakerMethodToDivideVolumesGetPlaneOfSketch Method

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

Plane
The plane of the sketch.
See Also