com.esri.arcgis.geoprocessing
Interface IGPFieldDomain2

All Superinterfaces:
Serializable
All Known Implementing Classes:
GPFieldDomain, GPRAFieldDomain

public interface IGPFieldDomain2
extends Serializable

Provides access to the properties/methods of a geoprocessing field domain object.

Product Availability

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


Method Summary
 boolean isUseRasterFields()
          Enable raster attribute table for Mosaic dataset.
 void setUseRasterFields(boolean bVAT)
          Enable raster attribute table for Mosaic dataset.
 

Method Detail

isUseRasterFields

boolean isUseRasterFields()
                          throws IOException,
                                 AutomationException
Enable raster attribute table for Mosaic dataset.

Product Availability

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

Returns:
The bVAT
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setUseRasterFields

void setUseRasterFields(boolean bVAT)
                        throws IOException,
                               AutomationException
Enable raster attribute table for Mosaic dataset.

Product Availability

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

Parameters:
bVAT - The bVAT (in)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.