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


IOrderedLayerFields.FieldInfos Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Carto)  

IOrderedLayerFields.FieldInfos Property

The fields in order.

[Visual Basic .NET]
Public ReadOnly Property FieldInfos As IFieldInfoSet
[C#]
public IFieldInfoSet FieldInfos {get;}
[C++]
HRESULT get_FieldInfos(
  IFieldInfoSet** FieldInfoSet
);
[C++]

Parameters FieldInfoSet [out, retval]
FieldInfoSet is a parameter of type IFieldInfoSet

Product Availability

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

See Also

IOrderedLayerFields Interface