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


tagFieldValue Structure (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Structures > T > tagFieldValue Structure
ArcGIS Developer Help

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 { } tagFieldValue;

Product Availability

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