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