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


IGPFileSupport.FileTypeCount Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geoprocessing > ESRI.ArcGIS.Geoprocessing > Interfaces > IG > IGPFileSupport Interface > IGPFileSupport.FileTypeCount Property
ArcGIS Developer Help

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(
  System.Int32* 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