Skip to content

GetBaseClass.SetDefaultInteger

Public Class

Sets a number as default value that will be returned if the user presses ENTER key during the get.

Namespace: Rhino.Input.Custom

Assembly: RhinoCommon (in RhinoCommon.dll)

**Since:**5.0

Syntax

public void SetDefaultInteger(
int defaultValue
)

Parameters

defaultValue

Type:System.Int32
value for default number.

Remarks

Calling SetDefaultInteger will automatically handle setting the command prompt default and reacting to the user pressing ENTER. If the user presses ENTER to accept the default integer, GetResult.Number is returned and CRhinoGet.GotDefault() will return true. Calling SetDefaultNumber will clear any previous calls to SetDefaultString or SetDefaultPoint.