Share

PromptIntegerOptions Class

Description

This class represents optional parameters for a prompt for an integer.

Class Hierarchy

Autodesk.AutoCAD.EditorInput.PromptOptions
    Autodesk.AutoCAD.EditorInput.PromptEditorOptions
        Autodesk.AutoCAD.EditorInput.PromptNumericalOptions
            Autodesk.AutoCAD.EditorInput.PromptIntegerOptions

C#

public sealed class PromptIntegerOptions : PromptNumericalOptions;

Visual Basic

Public sealed Class PromptIntegerOptions
Inherits PromptNumericalOptions

Links

PromptIntegerOptions Constructor, PromptIntegerOptions Properties

Was this information helpful?