ArcObjects Library Reference (GeoDatabase)  

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 Snippets

Write Blob Field Contents To File | Write Blob File Contents To Table Row Field

.NET Samples

Export any network analysis class to a text file (Code Files: NAClassToTextfileCmd) | Curve conversion add-in (Code Files: CurveConversionDockWin) | Create a custom raster type (Code Files: ThumbnailBuilder) | Create a custom raster type from the ground up for DMCII data (Code Files: DMCIIRasterType) | Calculate area geoprocessing function tool (Code Files: CalculateAreaFunction) | Bind a geodatabase table to a .NET control (Code Files: FieldPropertyDescriptor) | StreetMap routing (Code Files: RoutingForm) | Timestamper class extension (Code Files: TimestampPropertyPage) | Create an NDVI custom raster function (Code Files: NDVICustomFunction) | Geoprocessing field mapping (Code Files: FieldMapping) | Retrieve a color ramp from the SymbologyControl (Code Files: SymbolForm) | Create a custom raster function (Code Files: WatermarkFunction) | Reducing schematic nodes and computing a cumulative attribute via a schematic rule (Code Files: FrmNodeReductionRule)

.NET Related Topics

Building a custom geoprocessing function tool | Creating a plug-in data source | Creating and modifying domains | Creating class extensions | Creating feature classes | Creating fields | Creating relationship classes | Creating tables | Geodatabase API best practices | How to geocode a table of addresses | How to load a raster dataset to the raster field in a feature class | How to standardize an address | How to work with geoprocessing services | Using the schema creator | Working with fields