StatusBarSetDistancePane Method |
Sets the distance pane to a distance value.
Namespace:
Rhino.UI
Assembly:
RhinoCommon (in RhinoCommon.dll)
Since: 5.0
Syntax public static void SetDistancePane(
double distance
)
Public Shared Sub SetDistancePane (
distance As Double
)
Parameters
- distance
- Type: SystemDouble
The distance value.
See Also