ArcObjects Library Reference (DefenseSolutions)  

IFEGraphicStyleCollection.RemoveFEGraphicStyle Method

Removes the force element graphic style at the specified index.

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

Parameters

Index [in]   Index is a parameter of type long

Product Availability

Available with ArcGIS Engine and ArcGIS Desktop.

See Also

IFEGraphicStyleCollection Interface