ArcObjects Library Reference (Display)  

ISymbolArray.DeleteSymbol Method

Delete the given symbol.

[Visual Basic .NET]
Public Sub DeleteSymbol ( _
    ByVal Symbol As ISymbol _
)
[C#]
public void DeleteSymbol (
    ISymbol Symbol
);
[C++]
HRESULT DeleteSymbol(
  ISymbol* Symbol
);
[C++]

Parameters

Symbol [in]

  Symbol is a parameter of type ISymbol

Product Availability

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

See Also

ISymbolArray Interface