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


ISymbolArray.DeleteSymbol Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Display > ESRI.ArcGIS.Display > Interfaces > IS > ISymbolArray Interface > ISymbolArray.DeleteSymbol Method
ArcGIS Developer Help

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