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: 10.12.3.0 (10.12.3.0)
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: "9.4.0.0" for the 9.4 release.
For a floating point version number see ().
See Also