ArcObjects Library Reference (DefenseSolutions)  

IFEGraphic.Style Property

The graphic style object that dictates the symbology used for drawing.

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

Parameters

ppStyle [out, retval]

  ppStyle is a parameter of type IFEGraphicStyle

ppStyle [in]

  ppStyle is a parameter of type IFEGraphicStyle

Product Availability

Available with ArcGIS Engine and ArcGIS Desktop.

See Also

IFEGraphic Interface