Note: This API is now obsolete.
Returns a character string identifying the version of the Open Inventor library in use.
Namespace: OIV.InventorAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 9.9.13.0 (9.9.13.0)
Syntax[EditorBrowsableAttribute(EditorBrowsableState.Never)]
[ObsoleteAttribute("See documentation for more details")]
public static string GetVersion()
<EditorBrowsableAttribute(EditorBrowsableState.Never)>
<ObsoleteAttribute("See documentation for more details")>
Public Shared Function GetVersion As String
public:
[EditorBrowsableAttribute(EditorBrowsableState::Never)]
[ObsoleteAttribute(L"See documentation for more details")]
static String^ GetVersion()
[<EditorBrowsableAttribute(EditorBrowsableState.Never)>]
[<ObsoleteAttribute("See documentation for more details")>]
static member GetVersion : unit -> string
Return Value
Type:
String
RemarksFor example: "9.4.0.0" for the 9.4 release.
For a floating point version number see #getLicensingVersionNumber.Obsoletesince Open Inventor 9800
please use SoLicensesInfo.getVersion() instead
See Also