public AnnLayer SelectLayer(
AnnLayer activeLayer
)
Public Function SelectLayer( _
ByVal activeLayer As AnnLayer _
) As AnnLayer
-(LTAnnLayer*)selectLayer:(LTAnnLayer)activeLayer;
public AnnLayer selectLayer(AnnLayer activeLayer);
public:
AnnLayer^ SelectLayer(
AnnLayer^ activeLayer
)
activeLayer
New layer to act as the selected layer or null to set the selected layer as the default in the container.
The old selected layer.
Use this method to denote a layer as the selected layer in the container. All objects added using automation from this point will be added to this layer in the container.
You have to make sure the layer stays alive for the duration it is selected in the automation.
To set the active layer back to the default of the container (its root), call SelectLayer with activeLayer set to null.
Help Collections
Raster .NET | C API | C++ Class Library | HTML5 JavaScript
Document .NET | C API | C++ Class Library | HTML5 JavaScript
Medical .NET | C API | C++ Class Library | HTML5 JavaScript
Medical Web Viewer .NET
Multimedia
Direct Show .NET | C API | Filters
Media Foundation .NET | C API | Transforms
Supported Platforms
.NET, Java, Android, and iOS/macOS Assemblies
Imaging, Medical, and Document
C API/C++ Class Libraries
Imaging, Medical, and Document
HTML5 JavaScript Libraries
Imaging, Medical, and Document