Click or drag to resize

Application Methods

The Application type exposes the following members.

Methods
  NameDescription
Public methodStatic memberConvertSWRevisionNumberToYear(Int32)
Converts the SOLIDWORKS revision number to a release year.
Public methodStatic memberConvertSWRevisionNumberToYear(String)
Converts the SOLIDWORKS revision number to a release year.
Public methodStatic memberConvertYearToSWRevisionNumber
Converts a release year to the SOLIDWORKS revision number.
Public methodStatic memberCreateApplication
Creates a new instance of the latest installed SOLIDWORKS application using Start.
Public methodStatic memberCreateSldWorks
Creates a new instance of the SOLIDWORKS application using Start.
Public methodDispose
Dispose of the SOLIDWORKS application.
Public methodExit
Closes all open documents in SOLIDWORKS and exits application.
Public methodStatic memberGetSOLIDWORKSInstallationDirectory
Returns the SOLIDWORKS installation directory for the specified year (if it exists).
Public methodStatic memberReleaseYears
Returns an array of all installed SOLIDWORKS release years.
Top
See Also