ArcObjects Library Reference  (Carto)    

ICompositeGraphicsLayer.DeleteLayer Method

Removes a layer from the composite graphics layer.

[Visual Basic 6.0]
Sub DeleteLayer(
    ByVal LayerName As String _
)
[Visual Basic .NET]
Public Sub DeleteLayer ( _
    ByVal LayerName As String _
)
[C#]
public void DeleteLayer (
    string LayerName
);
[Java]
public void deleteLayer (
    String LayerName
)
throws
    IOException,
    AutomationException
[C++]
HRESULT DeleteLayer(
  BSTR LayerName
);
[C++]

Parameters

LayerName [in]

  LayerName is a parameter of type BSTR

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

ICompositeGraphicsLayer Interface

 


Feedback Send feedback on this page