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


IGPFileSupport.FileTypeCount Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (Geoprocessing)  

IGPFileSupport.FileTypeCount Property

The number of file descriptions.

[Visual Basic .NET]
Public ReadOnly Property FileTypeCount As Integer
[C#]
public int FileTypeCount {get;}
[C++]
HRESULT get_FileTypeCount(
  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

IGPFileSupport Interface