This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IP > IPlugInDatasetHelper Interface > IPlugInDatasetHelper.Fields Property (ArcObjects .NET 10.5 SDK) |
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
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.