This document is archived and information here might be outdated.  Recommended version.


IStyleGalleryStorage.FileCount Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (Display)  

IStyleGalleryStorage.FileCount Property

The number of files in the Style Gallery.

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

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

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IStyleGalleryStorage Interface