Namespace: OIV.Inventor.ErrorsAssembly: OIV.Inventor.Base (in OIV.Inventor.Base.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax public 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
Remarks The debugString will be created from the given arguments, which are in printf() format
See Also