This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Structures > F > FieldValue Structure (ArcObjects .NET 10.4 SDK) |
A structure containing the value of a field.
[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;