Share

Editor.GetInteger(PromptIntegerOptions) 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(
    options As PromptIntegerOptions
) As PromptIntegerResult

C#

public PromptIntegerResult GetInteger(
    PromptIntegerOptions options
);

Parameters

Parameters Description
PromptIntegerOptions options Input optional parameters of the prompt.

Links

Editor Class, Autodesk.AutoCAD.EditorInput Namespace

Was this information helpful?