canUngroup Property

Summary

Gets a value indicating whether this AnnAutomation is in a state where objects can be ungrouped.

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

Property Value

true if this AnnAutomation is in a state where objects can be ungrouped; otherwise, false.

Remarks

The AnnAutomation is in a state where objects can be ungrouped if the object currently being edited is the AnnSelectionObject of the current AnnContainer and this object contains other items in its children property.

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