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

Visual Basic

Public sealed Class PromptIntegerOptions
Inherits PromptNumericalOptions

C#

public sealed class PromptIntegerOptions : PromptNumericalOptions;

Links

PromptIntegerOptions Constructor, PromptIntegerOptions Properties

Was this information helpful?