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