PromptEditorOptions(String, String)
Constructor
 | 
Namespace: Bricscad.EditorInput
Assembly: BrxMgd (in BrxMgd.dll) Version:
24.0.1.0
Syntax
 
protected PromptEditorOptions(
        string promptAndKwords,
        string glKwords
)
 
Protected Sub New ( 
        promptAndKwords As String,
        glKwords As String
)
 
protected:
PromptEditorOptions(
        String^ promptAndKwords, 
        String^ glKwords
)
 
new : 
        promptAndKwords : string * 
        glKwords : string -> PromptEditorOptions
 
 
 
Parameters
- promptAndKwords  String
 
-  
 
- glKwords  String
 
-  
 
 
See Also