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


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

IGPMultiValue.MemberDataType Property

The data type of value objects accepted by the multi-value object.

[Visual Basic .NET]
Public Property MemberDataType As IGPDataType
[C#]
public IGPDataType MemberDataType {get; set;}
[C++]
HRESULT get_MemberDataType(
  IGPDataType* Type
);
[C++]
HRESULT putref_MemberDataType(
  IGPDataType** Type
);
[C++]
Parameters
Type [in]

Type is a parameter of type IGPDataType* Type [out, retval]
Type is a parameter of type IGPDataType**

Product Availability

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

See Also

IGPMultiValue Interface