SoLicensesInfoVersion Property |
Returns a character string identifying the version of the Open Inventor library in use.
Namespace: OIV.Inventor.LockAssembly: OIV.Inventor.Base (in OIV.Inventor.Base.dll) Version: 2023.1.3.0 (2023.1.3)
Syntax public static string Version { get; }
Public Shared ReadOnly Property Version As String
Get
public:
static property String^ Version {
String^ get ();
}
static member Version : string with get
Property Value
Type:
StringRemarks For example 2023.2.7 for the second version of OIV in 2023 and the 7th patch version.
For a floating point version number see ().
See Also