Click or drag to resize

RhinoGetGetDistance Method

Allows the user to interactively pick a distance

Namespace:  Rhino.Input
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 9.0
Syntax
public static Result GetDistance(
	string commandPrompt,
	double defaultDistance,
	out double distance
)

Parameters

commandPrompt
Type: SystemString
if null, a default prompt will be displayed
defaultDistance
Type: SystemDouble

[Missing <param name="defaultDistance"/> documentation for "M:Rhino.Input.RhinoGet.GetDistance(System.String,System.Double,System.Double@)"]

distance
Type: SystemDouble

[Missing <param name="distance"/> documentation for "M:Rhino.Input.RhinoGet.GetDistance(System.String,System.Double,System.Double@)"]

Return Value

Type: Result

[Missing <returns> documentation for "M:Rhino.Input.RhinoGet.GetDistance(System.String,System.Double,System.Double@)"]

See Also