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


FieldValue Structure (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (GeoDatabase)  

FieldValue 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 FieldValue {
   object m_value,
   uint m_length,
   uint m_status
)
[C++]
typedef struct FieldValue {
VARIANT m_value;
Unsigned long m_length;
Unsigned long m_status; } FieldValue;

Product Availability

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