Click or drag to resize

Application Constructor

Creates a new instance of the Application class.

Namespace:  CADSharpTools.SOLIDWORKS
Assembly:  CADSharpTools.PDM (in CADSharpTools.PDM.dll) Version: 1.4.16.0 (1.4.16)
Syntax
public Application(
	int revisionNumber = -1,
	bool visible = false
)

Parameters

revisionNumber (Optional)
Type: SystemInt32
visible (Optional)
Type: SystemBoolean
See Also