Error processing SSI file
LEADTOOLS JavaScript (Leadtools.Annotations.Automation)

CanBringLayerToFront Property

Show in webframe
Gets a value that indicates whether this AnnAutomation is currently in a state where a layer can be brought up the z-order.
Syntax
get_canBringLayerToFront();
Object.defineProperty('canBringLayerToFront');

Property Value

TypeDescription
booleantrue if this AnnAutomation is in a state where a layer can be brought up the z-order; otherwise, false.
Remarks

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

To bring a layer up the z-order, use BringLayerToFront.

See Also

Reference

AnnAutomation Object
AnnAutomation Members

Error processing SSI file