This document is archived and information here might be outdated. Recommended version. |
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.