Description
Gets user input for an integer.
The AutoCAD user can enter any valid (short) integer in the range of -32,768 to +32,767.
Visual Basic
Public Function GetInteger( options As PromptIntegerOptions ) As PromptIntegerResult
C#
public PromptIntegerResult GetInteger( PromptIntegerOptions options );
Parameters
Parameters | Description |
---|---|
PromptIntegerOptions options | Input optional parameters of the prompt. |