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


ISymbologyStyleClass.RemoveItem Method (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (Controls)  

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 (Code Files: FrameProperties)