canSelectObjects Property

Summary

Gets a value that indicates whether the this AnnAutomation is in a state where any object can be selected.

Syntax
TypeScript
JavaScript
Object.defineProperty(AnnAutomation.prototype, 'canSelectObjects', 
	get: function() 
) 
canSelectObjects: boolean; // read-only 

Property Value

true if this AnnAutomation is in a state where any object can be selected; otherwise, it is false.

Remarks

If the AnnAutomation contains one or more AnnObject objects, then this property will return true. Selecting an object in AnnAutomation is the equivalent of starting its AnnEditDesigner. Call the SelectObject or SelectObjects methods to select one or any group of the annotation objects.

Requirements

Target Platforms

Help Version 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Annotations.Automation Assembly