Adds a layer to the container.
AnnAutomation.prototype.addLayer = function(parentLayer, layer)
addLayer(parentLayer: AnnLayer, layer: AnnLayer): void;
parentLayer
Parent layer in the container. Pass null to add the layer to the root of the container
layer
The layer to add. Must not be null.
Use LayerFromSelectedObjects to create a layer from the currently selected objects.
Use DeleteLayer to delete a layer from the container.
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