Error processing SSI file
LEADTOOLS JavaScript (Leadtools.Annotations.Automation)

CanSelectNone Property

Show in webframe
Gets a value indicating whether this AnnAutomation is in a state where it can deselect objects.
Syntax
get_canSelectNone();
Object.defineProperty('canSelectNone');

Property Value

TypeDescription
booleantrue if objects in this AnnAutomation can be deselected; otherwise, false.
Remarks

If the AnnAutomation contains one or more AnnObject objects that are currently being edited (selected), then this property will return true.

Call the SelectObjects(null) method to deselect all of the automation objects.

See Also

Reference

AnnAutomation Object
AnnAutomation Members

Error processing SSI file