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


IGPMultiValue.MemberDataType Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (Geoprocessing)  

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 [out, retval]
Type is a parameter of type IGPDataType Type [in]
Type is a parameter of type IGPDataType

Product Availability

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

See Also

IGPMultiValue Interface

.NET Related Topics

Building a custom geoprocessing function tool