com.esri.arcgis.geoprocessing
Interface IGPMultiValueDataTypeName

All Superinterfaces:
Serializable
All Known Implementing Classes:
GPMultiValueTypeName

public interface IGPMultiValueDataTypeName
extends Serializable

Provides access to the properties/methods of a multi-value data type name object.

Product Availability

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


Method Summary
 IGPDataTypeName getMemberDataTypeName()
          The data type name of the multi-value data type name.
 void setMemberDataTypeNameByRef(IGPDataTypeName name)
          The data type name of the multi-value data type name.
 

Method Detail

getMemberDataTypeName

IGPDataTypeName getMemberDataTypeName()
                                      throws IOException,
                                             AutomationException
The data type name of the multi-value data type name.

Product Availability

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

Supported Platforms

Windows

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

setMemberDataTypeNameByRef

void setMemberDataTypeNameByRef(IGPDataTypeName name)
                                throws IOException,
                                       AutomationException
The data type name of the multi-value data type name.

Product Availability

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

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