com.esri.arcgis.carto
Interface IOrderedLayerFields

All Superinterfaces:
Serializable
All Known Implementing Classes:
CadAnnotationLayer, CadastralFabricSubLayer, CadFeatureLayer, CoverageAnnotationLayer, DimensionLayer, FDOGraphicsLayer, FeatureLayer, GdbRasterCatalogLayer, StandaloneTable

public interface IOrderedLayerFields
extends Serializable

Provides access to members that work with a layer's ordered fields.

Product Availability

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


Method Summary
 IFieldInfoSet getFieldInfos()
          The fields in order.
 void setFieldOrder(IFieldInfoSet fieldInfoSet)
          A new order for the fields.
 

Method Detail

getFieldInfos

IFieldInfoSet getFieldInfos()
                            throws IOException,
                                   AutomationException
The fields in order.

Product Availability

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

Returns:
A reference to a com.esri.arcgis.carto.IFieldInfoSet
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setFieldOrder

void setFieldOrder(IFieldInfoSet fieldInfoSet)
                   throws IOException,
                          AutomationException
A new order for the fields.

Product Availability

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

Parameters:
fieldInfoSet - A reference to a com.esri.arcgis.carto.IFieldInfoSet (in)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.