ArcObjects Library Reference (DefenseSolutions)  

IFEGraphicStyleCollection.FEGraphicStyleCount Property

The method returns the number of force element graphic styles in the collection.

[Visual Basic .NET]
Public ReadOnly Property FEGraphicStyleCount As Integer
[C#]
public int FEGraphicStyleCount {get;}
[C++]
HRESULT get_FEGraphicStyleCount(
  long* Count
);
[C++]

Parameters

Count [out, retval]   Count is a parameter of type long

Product Availability

Available with ArcGIS Engine and ArcGIS Desktop.

See Also

IFEGraphicStyleCollection Interface