com.esri.arcgis.geoprocessing
Interface IGPFieldInfoDomain

All Superinterfaces:
Serializable
All Known Implementing Classes:
GPFieldInfoDomain

public interface IGPFieldInfoDomain
extends Serializable

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

Product Availability

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


Method Summary
 IGPCodedValueDomain getCodedValueDomain()
          Coded Value Domain.
 void setCodedValueDomainByRef(IGPCodedValueDomain ppDomain)
          Coded Value Domain.
 

Method Detail

getCodedValueDomain

IGPCodedValueDomain getCodedValueDomain()
                                        throws IOException,
                                               AutomationException
Coded Value Domain.

Product Availability

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

Supported Platforms

Windows

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

setCodedValueDomainByRef

void setCodedValueDomainByRef(IGPCodedValueDomain ppDomain)
                              throws IOException,
                                     AutomationException
Coded Value Domain.

Product Availability

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

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