ArcObjects Library Reference (GeoDatabase)  

tagFieldValue Structure

A structure containing the value of a field.

Syntax

[Visual Basic .NET]
Public Sub New ( _
   m_value As Object,
   m_length As Integer,
   m_status As Integer
)
[C#]
public tagFieldValue {
   object m_value,
   uint m_length,
   uint m_status
)
[C++]

typedef struct tagFieldValue {

   VARIANT m_value;

   Unsigned long m_length;

   Unsigned long m_status; } tagFieldValue;

Product Availability

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