Click or drag to resize

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)
Syntax
public static DirectoryInfo GetSOLIDWORKSInstallationDirectory(
	int Year
)

Parameters

Year
Type: SystemInt32
Year

Return Value

Type: DirectoryInfo
DirectoryInfo object, null if failed.
See Also