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


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

IGpFieldMapObject.InputFieldCount Property

Get the count of sub-fields.

[Visual Basic .NET]
Public ReadOnly Property InputFieldCount As Integer
[C#]
public int InputFieldCount {get;}
[C++]
HRESULT get_InputFieldCount(
void
);

Product Availability

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

See Also

IGpFieldMapObject Interface