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


esriFieldType Constants (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Constants > E > esriFieldType Constants
ArcGIS Developer Help

esriFieldType Constants

Field Types.

Constant Value Description
esriFieldTypeSmallInteger 0 Short Integer.
esriFieldTypeInteger 1 Long Integer.
esriFieldTypeSingle 2 Single-precision floating-point number.
esriFieldTypeDouble 3 Double-precision floating-point number.
esriFieldTypeString 4 Character string.
esriFieldTypeDate 5 Date.
esriFieldTypeOID 6 Long Integer representing an object identifier.
esriFieldTypeGeometry 7 Geometry.
esriFieldTypeBlob 8 Binary Large Object.
esriFieldTypeRaster 9 Raster.
esriFieldTypeGUID 10 Globally Unique Identifier.
esriFieldTypeGlobalID 11 Esri Global ID.
esriFieldTypeXML 12 XML Document.

Product Availability

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

.NET Samples

Create a custom raster function Create a custom raster type Create a custom raster type from the ground up for DMCII data Export any network analysis class to a text file Calculate area geoprocessing function tool Geoprocessing field mapping Create an NDVI custom raster function Reducing schematic nodes and computing a cumulative attribute via a schematic rule StreetMap routing Retrieve a color ramp from the SymbologyControl Timestamper class extension