SelectionTextInputEventArgsSetErrorMessage Method
|
Namespace: Bricscad.EditorInput
Assembly: BrxMgd (in BrxMgd.dll) Version:
21.0.0.15598
Syntax
public void SetErrorMessage(
string h_errorMsg
)
Public Sub SetErrorMessage (
h_errorMsg As String
)
public:
void SetErrorMessage(
String^ h_errorMsg
)
member SetErrorMessage :
h_errorMsg : string -> unit
Parameters
- h_errorMsg
- Type: SystemString
See Also