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

 

Constructor.

Visual Basic
Public Sub New(
    messageAndKeywords As string, 
    globalKeywords As string
)
C#
public PromptIntegerOptions(
    string messageAndKeywords, 
    string globalKeywords
);
Parameters
Parameters 
Description 
string messageAndKeywords 
Input message and keywords 
string globalKeywords 
Input global keywords 
Links
   Comments?