Click or drag to resize

RhinoDocGroundPlane Property

Note: This API is now obsolete.

Gets the ground plane of this document.

Namespace:  Rhino
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 5.0
Syntax
[ObsoleteAttribute]
public GroundPlane GroundPlane { get; }

Property Value

Type: GroundPlane
Exceptions
ExceptionCondition
RdkNotLoadedExceptionIf the RDK is not loaded.
See Also