Deletes a layer from the line symbol.
[Visual Basic .NET] Public Sub DeleteLayer ( _ ByVal lineLayer As ILineSymbol _ )
[C#] public void DeleteLayer ( ILineSymbol lineLayer );
[C++]
HRESULT DeleteLayer(
ILineSymbol* lineLayer
);
[C++]Parameters
lineLayer [in]lineLayer is a parameter of type ILineSymbol
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
Description
DeleteLayer deletes the layer at the given index.