PromptSelectionOptionsSetKeywords
Method
 | 
Namespace: Bricscad.EditorInput
Assembly: BrxMgd (in BrxMgd.dll) Version:
24.0.1.0
Syntax
 
public void SetKeywords(
        string kW,
        string glKw
)
 
Public Sub SetKeywords ( 
        kW As String,
        glKw As String
)
 
public:
void SetKeywords(
        String^ kW, 
        String^ glKw
)
 
member SetKeywords : 
        kW : string * 
        glKw : string -> unit 
 
 
 
Parameters
- kW  String
 
-  
 
- glKw  String
 
-  
 
 
See Also