ArcObjects Library Reference (DefenseSolutions)  

ITacticalGraphicStyleCollection.RemoveTacticalGraphicStyle Method

Removes the tactical graphic style at the specified index.

[Visual Basic .NET]
Public Sub RemoveTacticalGraphicStyle ( _
    ByVal Index As Integer _
)
[C#]
public void RemoveTacticalGraphicStyle (
    int Index
);
[C++]
HRESULT RemoveTacticalGraphicStyle(
  long Index
);
[C++]

Parameters

Index [in]   Index is a parameter of type long

Product Availability

Available with ArcGIS Engine and ArcGIS Desktop.

See Also

ITacticalGraphicStyleCollection Interface