Retrieves the force element graphic style at the specified index.
[Visual Basic .NET] Public Function FEGraphicStyle ( _ ByVal Index As Integer _ ) As IFEGraphicStyle
[C#] public IFEGraphicStyle FEGraphicStyle ( int Index );
[C++]
HRESULT FEGraphicStyle(
long Index,
IFEGraphicStyle** Style
);
[C++]Parameters
Index [in] Index is a parameter of type long Style [out, retval]Style is a parameter of type IFEGraphicStyle
Product Availability
Available with ArcGIS Engine and ArcGIS Desktop.