isSelected Property

Summary

Gets or sets a value indicating whether the object is selected.

Syntax
TypeScript
JavaScript
Object.defineProperty(AnnObject.prototype, 'isSelected', 
	get: function(), 
	set: function(value) 
) 
isSelected: boolean; 

Property Value

true if the object is selected; otherwise, false. The default value is false.

Remarks

This value is used by the automation framework to keep track of selected objects. In none automated mode, you can use the value of IsSelected as a general property that indicate whether an object is selected.

Requirements
Target Platforms
Help Version 21.0.2021.6.30
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Annotations.Engine Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.