ArcObjects Library Reference (DefenseSolutions)  

IForceElementGraphicSet.Find Method

Retrieves the cached graphic representing the specified force element.

[Visual Basic .NET]
Public Function Find ( _
    ByVal ForceElement As IForceElement _
) As IFEGraphic
[C#]
public IFEGraphic Find (
    IForceElement ForceElement
);
[C++]
HRESULT Find(
  IForceElement* ForceElement,
  IFEGraphic** Graphic
);
[C++]

Parameters

ForceElement [in]

  ForceElement is a parameter of type IForceElement

Graphic [out, retval]

  Graphic is a parameter of type IFEGraphic

Product Availability

Available with ArcGIS Engine and ArcGIS Desktop.

See Also

IForceElementGraphicSet Interface