SoModuleCheckGetCompilerString Method |
Returns a string describing the compiler used to build the library.
Namespace: OIV.InventorAssembly: OIV.Inventor.Base (in OIV.Inventor.Base.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax public static string GetCompilerString()
Public Shared Function GetCompilerString As String
public:
static String^ GetCompilerString()
static member GetCompilerString : unit -> string
Return Value
Type:
StringRemarks
For example "Microsoft Visual Studio 2008".
See Also