SoReorganizeActionStartReport Method |
Namespace: OIV.Inventor.ActionsAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 10.12.3.0 (10.12.3.0)
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