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.