Click or drag to resize

swDialogWatcherDialogs Property

Dialogs to be watched.

Namespace:  CADSharpTools.SOLIDWORKS.UIAutomation
Assembly:  CADSharpTools.PDM (in CADSharpTools.PDM.dll) Version: 1.4.16.0 (1.4.16)
Syntax
public swDialog[] Dialogs { get; }

Property Value

Type: swDialog
Remarks
If this property is set to null or an empty array, the object will attempt to perform GenericAction on all SOLIDWORKS dialogs.
See Also