ArcObjects Library Reference (Geoprocessing)  

IGPMultiValueType.MemberDataType Property

The data type of value objects accepted by the multi-value data type 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

IGPMultiValueType Interface

.NET Related Topics

Building a custom geoprocessing function tool