Sends the currently selected layer down in the Z-order.
AnnAutomation.prototype.sendLayerToBack = function(last)
sendLayerToBack(last: boolean): void;
last
true to send the layer ) to the bottom of the Z-order; false to send the layer down one level only
Use this method with last set to true to send the layer to the bottom of the Z-order, and set last to false to send the layer down one level.
You can determine whether you can send the layer down or to the bottom by calling the CanSendLayerToBack and CanSendLayerToLast properties, respectively.
You can set the selected layer using SelectLayer.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET