|
ApplicationGetSOLIDWORKSInstallationDirectory Method
|
Returns the SOLIDWORKS installation directory for the specified year (if it exists).
Namespace:
CADSharpTools.SOLIDWORKS
Assembly:
CADSharpTools.PDM (in CADSharpTools.PDM.dll) Version: 1.4.16.0 (1.4.16)
Syntaxpublic static DirectoryInfo GetSOLIDWORKSInstallationDirectory(
int Year
)
Public Shared Function GetSOLIDWORKSInstallationDirectory (
Year As Integer
) As DirectoryInfo
Parameters
- Year
- Type: SystemInt32
Year
Return Value
Type:
DirectoryInfoDirectoryInfo object, null if failed.
See Also