Click or drag to resize
SoDBGetVersion Method

Note: This API is now obsolete.

Returns a character string identifying the version of the Open Inventor library in use.

Namespace: OIV.Inventor
Assembly: 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()

Return Value

Type: String
Remarks

For 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