com.esri.arcgis.geoprocessing
Interface IGPRAFieldDomain

All Superinterfaces:
Serializable
All Known Implementing Classes:
GPRAFieldDomain

public interface IGPRAFieldDomain
extends Serializable

Provides access to IGPRAFieldDomain interface.

Product Availability

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


Method Summary
 void setDependValueByRef(IGPValue rhs1)
          Dependent value object.
 

Method Detail

setDependValueByRef

void setDependValueByRef(IGPValue rhs1)
                         throws IOException,
                                AutomationException
Dependent value object.

Product Availability

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

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