SoConsolePrintMessage Method |
Sends a message to the console.
Namespace: OIV.Inventor.WinAssembly: OIV.Inventor.Win (in OIV.Inventor.Win.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax public void PrintMessage(
string str
)
Public Sub PrintMessage (
str As String
)
public:
void PrintMessage(
String^ str
)
member PrintMessage :
str : string -> unit
Parameters
- str
- Type: SystemString
Remarks See Also