Adds a force element graphic style to the collection.
[Visual Basic .NET] Public Sub AddFEGraphicStyle ( _ ByVal Style As IFEGraphicStyle, _ [ByVal Index As Integer] _ )
[C#] public void AddFEGraphicStyle ( IFEGraphicStyle Style, int Index );
[C#]
Optional Values
Index Supply -1 as a default value.
[C++]
HRESULT AddFEGraphicStyle(
IFEGraphicStyle* Style,
long Index
);
[C++]Parameters
Style [in]Style is a parameter of type IFEGraphicStyle
Index [in, optional, defaultvalue(-1)] Index is a parameter of type long
Product Availability
Available with ArcGIS Engine and ArcGIS Desktop.