Share

Editor.GetInteger(string) Method

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(
    message As string
) As PromptIntegerResult

C#

public PromptIntegerResult GetInteger(
    string message
);

Parameters

Parameters Description
string message Input message to be displayed to the user during the prompt.

Links

Editor Class, Autodesk.AutoCAD.EditorInput Namespace

Was this information helpful?