Click or drag to resize

ApplicationCreateSldWorks Method

Creates a new instance of the SOLIDWORKS application using Start.

Namespace:  CADSharpTools.SOLIDWORKS
Assembly:  CADSharpTools.PDM (in CADSharpTools.PDM.dll) Version: 1.4.16.0 (1.4.16)
Syntax
public static ISldWorks CreateSldWorks(
	bool suppressDialog = false,
	int timeoutSec = 30
)

Parameters

suppressDialog (Optional)
Type: SystemBoolean
True to suppress SOLIDWORKS dialogs.
timeoutSec (Optional)
Type: SystemInt32

Return Value

Type: ISldWorks
Pointer to the new instance of SOLIDWORKS.
Exceptions
ExceptionCondition
TimeoutExceptionThrown if method times out.
See Also