com.esri.arcgis.geodatabase
Interface IGPChoiceList
- All Superinterfaces:
- Serializable
- All Known Implementing Classes:
- FieldType, GPArcInfoItemChoiceList, GPArcInfoItemType, GPFieldChoiceList
public interface IGPChoiceList
- extends Serializable
Provides access to members that return Geoprocessing Choice Lists.
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
makeChoiceList
IGPCodedValueDomain makeChoiceList(IArray value,
IGPDomain domain)
throws IOException,
AutomationException
- Creates a coded value domain from an array of geoprocessing value objects.
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
- Parameters:
value
- A reference to a com.esri.arcgis.system.IArray (in)domain
- A reference to a com.esri.arcgis.geodatabase.IGPDomain (in)
- 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.