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