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