ArcObjects Library Reference (DefenseSolutions)  

IForceElementGraphicSet.Remove Method

Removes the cached graphic representing the specified force element.

[Visual Basic .NET]
Public Sub Remove ( _
    ByVal ForceElement As IForceElement _
)
[C#]
public void Remove (
    IForceElement ForceElement
);
[C++]
HRESULT Remove(
  IForceElement* ForceElement
);
[C++]

Parameters

ForceElement [in]

  ForceElement is a parameter of type IForceElement

Product Availability

Available with ArcGIS Engine and ArcGIS Desktop.

See Also

IForceElementGraphicSet Interface