| Revit 2020 API |
| SketchPlane..::..GetPlaneReference Method |
| SketchPlane Class See Also |
Returns a reference to this element as a plane.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 20.0.0.0 (20.0.0.377)
Since:
2014
Syntax
| C# |
|---|
public Reference GetPlaneReference() |
| Visual Basic |
|---|
Public Function GetPlaneReference As Reference |
| Visual C++ |
|---|
public: Reference^ GetPlaneReference() |
Return Value
The reference.
Remarks
The object returned here can be used with the PointOnPlane class.