Share

SoftwareVersion Object


Description

Object that encapsulates a given software version. Used in various contexts.

Properties

Name Description
BetaVersion Gets the Beta version. If this is not a Beta version software, this value will be zero.
BuildIdentifier Gets the number that completely identifies a particular build of Autodesk Inventor.
DisplayName Gets the human-readable, displayable name designating this particular version (e.g.: 'Autodesk Inventor (tm) Release 2.5 Service Pack 3').
DisplayVersion Returns the release version displayed to users. (e.g.: '2009' for Major version 13 or '2010' for Major version 14)
Is64BitVersion Always false in 32-bit Inventor. Use this property to find out whether your code is connected to a 64-bit version of Inventor.
IsEducationVersion Returns whether this is an educational versions of Inventor.
Major Gets the Major release number (e.g.: Release '1', '2', ...).
Minor Gets the Minor release number. If none, a zero is returned. (e.g.: the '5' in release 1.5).
NotProduction Gets a Boolean flag indicating whether this software is intended for purely internal purposes or not. Beta is considered external.
ProductEdition Gets the product edition. Only valid when SoftwareVersion is obtained from the Application.
ProductName Gets the product name. Only valid when SoftwareVersion is obtained from the Application.
ServicePack Gets the number of the Service Pack if this software has been updated with such. If none, a zero is returned. (e.g.: the '3' in Release 2.5 Service Pack 3).
Type Returns an ObjectTypeEnum indicating this object's type.

Accessed From

Application.SoftwareVersion, ApprenticeServer.SoftwareVersion, ApprenticeServerComponent.SoftwareVersion, ApprenticeServerDocument.SoftwareVersionCreated, ApprenticeServerDocument.SoftwareVersionSaved, ApprenticeServerDrawingDocument.SoftwareVersionCreated, ApprenticeServerDrawingDocument.SoftwareVersionSaved, AssemblyDocument.SoftwareVersionCreated, AssemblyDocument.SoftwareVersionSaved, Document.SoftwareVersionCreated, Document.SoftwareVersionSaved, DrawingDocument.SoftwareVersionCreated, DrawingDocument.SoftwareVersionSaved, File.SoftwareVersionCreated, File.SoftwareVersionSaved, FileManager.SoftwareVersionSaved, InventorServer.SoftwareVersion, InventorServerObject.SoftwareVersion, PartDocument.SoftwareVersionCreated, PartDocument.SoftwareVersionSaved, PresentationDocument.SoftwareVersionCreated, PresentationDocument.SoftwareVersionSaved

Version

Introduced in version 4

Was this information helpful?