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.36.0 (9.9.36.0)
Syntax[ObsoleteAttribute("See documentation for more details")]
[EditorBrowsableAttribute(EditorBrowsableState.Never)]
public static string GetVersion()
<ObsoleteAttribute("See documentation for more details")>
<EditorBrowsableAttribute(EditorBrowsableState.Never)>
Public Shared Function GetVersion As String
public:
[ObsoleteAttribute(L"See documentation for more details")]
[EditorBrowsableAttribute(EditorBrowsableState::Never)]
static String^ GetVersion()
[<ObsoleteAttribute("See documentation for more details")>]
[<EditorBrowsableAttribute(EditorBrowsableState.Never)>]
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