This document is archived and information here might be outdated.  Recommended version.


ISymbologyStyleClass.RemoveItem Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Controls > ESRI ArcGIS Controls > Interfaces > IS > ISymbologyStyleClass Interface > ISymbologyStyleClass.RemoveItem Method
ArcGIS Developer Help

ISymbologyStyleClass.RemoveItem Method

Removes the item at the specified index from the SymbologyStyleClass.

[Visual Basic .NET]
Public Sub RemoveItem ( _
    ByVal index As Integer _
)
[C#]
public void RemoveItem (
    int index
);
[C++]
HRESULT RemoveItem(
  long index
);
[C++]
Parameters
index [in]

index is a parameter of type long

Product Availability

Available with ArcGIS Engine.

Description

Removes the item at the specified index from the SymbologyStyleClass.

Errors Returned

1023 800a03ff: The specified index is out of range

See Also

ISymbologyStyleClass Interface

.NET Samples

Update a frame's background, border, and shadow using the SymbologyControl