IOdaConsolePutString Method
|
Namespace: BricscadApp
Assembly: Interop.BricscadApp (in
Interop.BricscadApp.dll) Version: 21.0.0.0
Syntax
void PutString(
string text
)
Sub PutString (
text As String
)
void PutString(
[InAttribute] String^ text
)
abstract PutString :
text : string -> unit
Parameters
- text
- Type: SystemString
See Also