SoReorganizeActionStartReport Method |
Namespace: OIV.Inventor.ActionsAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 2023.1.3.0 (2023.1.3)
Syntax public static void StartReport(
string msg
)
Public Shared Sub StartReport (
msg As String
)
public:
static void StartReport(
String^ msg
)
static member StartReport :
msg : string -> unit
Parameters
- msg
- Type: SystemString
Remarks The specified message is sent to the console window.
See Also