PromptSelectionOptionsSetKeywords Method
 | 
Namespace:  Bricscad.EditorInput
Assembly:  BrxMgd (in BrxMgd.dll) Version:
21.0.0.15598
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
 
- Type: SystemString
 
- glKw
 
- Type: SystemString
 
 
See Also