ArcObjects Library Reference (DefenseSolutions)  

IForceElement2525BRenderer.GraphicByForceElement Method

The method returns a new force element graphic that symbolizes the provided force element object.

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

Parameters

ForceElement [in]

  ForceElement is a parameter of type IForceElement

Graphic [out, retval]

  Graphic is a parameter of type ICachedGraphic

Product Availability

Available with ArcGIS Engine and ArcGIS Desktop.

See Also

IForceElement2525BRenderer Interface