This document is archived and information here might be outdated.  Recommended version.


IGPMultiValueType Interface (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geoprocessing > ESRI.ArcGIS.Geoprocessing > Interfaces > IG > IGPMultiValueType Interface
ArcGIS Developer Help

IGPMultiValueType Interface

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

Product Availability

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

Members

Name Description
Read/write property MemberDataType The data type of value objects accepted by the multi-value data type object.

Classes that implement IGPMultiValueType

Classes Description
GPMultiValueType Geoprocessing Multi-Value Data Type.

Remarks

Set both data type and value for a multi value object. See code examples in SDK help topic Building a custom geoprocessing function tool.