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


ISymbolArray.DeleteSymbol Method (ArcObjects .NET 10.5 SDK)
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