Autodesk.AutoCAD.EditorInput Namespace > PromptIntegerOptions Class > PromptIntegerOptions Constructor > PromptIntegerOptions(string) Constructor
PromptIntegerOptions.PromptIntegerOptions(string) Constructor
Description

 

Constructor.

Visual Basic
Public Sub New(
    message As string
)
C#
public PromptIntegerOptions(
    string message
);
Parameters
Parameters 
Description 
string message 
Input prompt message 
Links
   Comments?