ArcObjects Library Reference (DefenseSolutions)  

IFeatureGraphicSet.Remove Method

Removes the cached graphic representing the specified feature.

[Visual Basic .NET]
Public Sub Remove ( _
    ByVal Feature As Object _
)
[C#]
public void Remove (
    object Feature
);
[C++]
HRESULT Remove(
  VARIANT Feature
);
[C++]

Parameters

Feature [in]   Feature is a parameter of type VARIANT

Product Availability

Available with ArcGIS Engine and ArcGIS Desktop.

See Also

IFeatureGraphicSet Interface