Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.3.29
|
Leadtools.Annotations.Automation Assembly > Leadtools.Annotations.Automation Namespace > AnnAutomation Class : DeleteLayer Method |
public void DeleteLayer( AnnLayer layer, bool deleteChildren )
'Declaration
Public Sub DeleteLayer( _ ByVal layer As AnnLayer, _ ByVal deleteChildren As Boolean _ )
public void DeleteLayer( AnnLayer layer, bool deleteChildren )
-(void)deleteLayer:(LTAnnLayer)layer deleteChildren:(BOOL)deleteChildren;
public void deleteLayer(AnnLayer layer, bool deleteChildren);
function Leadtools.Annotations.Automation.AnnAutomation.DeleteLayer( layer , deleteChildren )
Use this method to delete a layer from the container as follows:
If deleteChildren is false, then only the layer is deleted and its children (objects and any child layer) will be added one level up in the container. For example, if this layer is a child of the root container, the layer children will be added to the container. If this layer has a parent layer, its children are added to the parent layer.
If deleteChildren is true, then the layer and its children (objects and any child layer) are completely removed from the container.