| Visual Basic (Declaration) | |
|---|---|
Public Enum esriE2FieldType Inherits Enum | |
| Visual Basic (Usage) | Copy Code |
|---|---|
| |
| C# | |
|---|---|
public enum esriE2FieldType : Enum | |
| Member | Description |
|---|---|
| SmallInteger | Field contains 16 bit integers. |
| Integer | Field contains 32-bit integers. |
| Single | Field contains single-precision floating-point numbers. |
| Double | Field contains double-precision floating-point numbers. |
| String | Field contains strings. |
| Date | Field contains date values. |
| Oid | Field contains 32-bit integers representing object identifiers. |
| Geometry | Field contains E2 geometry objects representing a shape. |
| Blob | Field contains binary large objects. |
| Raster | Field contains raster objects. |
| Guid | Field contains globally-unique identifiers. |
| GlobalId | Field contains ESRI global IDs. |
| Xml | Field contains Xml data. |
Used by the FieldTypeFieldType Property
(ESRI.ArcGIS.E2API.Field) property of the Field class.
System.Object
System.ValueType
System.Enum
ESRI.ArcGIS.E2API.esriE2FieldType
Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family
This enumeration was added to the E2API at version 1.0.0.348.
Copy Code