ArcObjects Library Reference (Geoprocessing)  

IGPSAGeoDataDomain.FieldTypeCount Property

Field type count.

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

Parameters

pCount [out, retval]   pCount is a parameter of type long

Product Availability

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

See Also

IGPSAGeoDataDomain Interface