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