Namespace: OIV.Inventor.ErrorsAssembly: OIV.Inventor.Base (in OIV.Inventor.Base.dll) Version: 2023.1.3.0 (2023.1.3)
Syntaxpublic static void Post(
	string formatString
)
Public Shared Sub Post ( 
	formatString As String
)
public:
static void Post(
	String^ formatString
)
static member Post : 
        formatString : string -> unit 
Parameters
- formatString
 - Type: SystemString
 
RemarksThe debugString will be created from the given arguments, which are in printf() format 
See Also