canSendLayerToBack Property

Summary

Gets a value that indicates whether this AnnAutomation is currently in a state where a layer can be sent down the z-order.

Syntax

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

Property Value

true if this AnnAutomation is in a state where a layer can be sent down the z-order; otherwise, false.

Remarks

AnnAutomation can send a layer down the z-order if a layer is selected using SelectLayer and this layer contain a hierarchy that allows this operation.

To send a layer down the z-order, use SendLayerToBack.

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