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


IPlugInDatasetHelper.Fields Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IP > IPlugInDatasetHelper Interface > IPlugInDatasetHelper.Fields Property
ArcGIS Developer Help

IPlugInDatasetHelper.Fields Property

The field set of the indicated class.

[Visual Basic .NET]
Public Function get_Fields ( _
    ByVal ClassIndex As Integer _
) As IFields
[C#]
public IFields get_Fields (
    int ClassIndex
);
[C++]
HRESULT get_Fields(
  long ClassIndex,
  IFields** FieldSet
);
[C++]
Parameters
ClassIndex [in]

ClassIndex is a parameter of type long FieldSet [out, retval]
FieldSet is a parameter of type IFields**

Product Availability

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

Description

Returns the field set for the dataset. All relevant properties for each field should have their values set. In particular, the shape field must have its geometry definition set, and the geometry definition must have its spatial reference set.

See Also

IPlugInDatasetHelper Interface