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