←Select platform

AddLayer Method

Summary
Adds a layer to the container.
Syntax
C#
VB
Objective-C
C++
Java
public void AddLayer( 
   AnnLayer parentLayer, 
   AnnLayer layer 
) 
Public Sub AddLayer( _ 
   ByVal parentLayer As AnnLayer, _ 
   ByVal layer As AnnLayer _ 
)  
-(void)addLayer:(LTAnnLayer)parentLayer layer:(LTAnnLayer)layer; 
public void addLayer(AnnLayer parentLayer, AnnLayer layer); 
public:  
   void AddLayer( 
      AnnLayer^ parentLayer, 
      AnnLayer^ layer 
   ) 

Parameters

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.

Remarks

Use LayerFromSelectedObjects to create a layer from the currently selected objects.

Use DeleteLayer to delete a layer from the container.

Requirements

Target Platforms

Help Version 21.0.2021.6.30
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Annotations.Automation Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.