ArcObjects Library Reference (DefenseSolutions)  

IForceElement2525BRenderer.Style Property

Specifies the default force element graphic style attached to newly rendered graphics.

[Visual Basic .NET]
Public Property Style As IFEGraphicStyle
[C#]
public IFEGraphicStyle Style {get; set;}
[C++]
HRESULT get_Style(
  IFEGraphicStyle** Style
);
[C++]
HRESULT putref_Style(
  IFEGraphicStyle* Style
);
[C++]

Parameters

Style [out, retval]

  Style is a parameter of type IFEGraphicStyle

Style [in]

  Style is a parameter of type IFEGraphicStyle

Product Availability

Available with ArcGIS Engine and ArcGIS Desktop.

See Also

IForceElement2525BRenderer Interface