canGroup Property

Summary

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

Syntax

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

Property Value

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

Remarks

The AnnAutomation is in a state where objects can be grouped together when 2 or more objects are in an edit state.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Annotations.Automation Assembly