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 : AddLayer Method |
public void AddLayer( AnnLayer parentLayer, AnnLayer layer )
'Declaration
Public Sub AddLayer( _ ByVal parentLayer As AnnLayer, _ ByVal layer As AnnLayer _ )
public void AddLayer( AnnLayer parentLayer, AnnLayer layer )
-(void)addLayer:(LTAnnLayer)parentLayer layer:(LTAnnLayer)layer;
public void addLayer(AnnLayer parentLayer, AnnLayer layer);
function Leadtools.Annotations.Automation.AnnAutomation.AddLayer( parentLayer , layer )
Use LayerFromSelectedObjects to create a layer from the currently selected objects.
Use DeleteLayer to delete a layer from the container.