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


IMdList.ListType Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geoprocessing > ESRI.ArcGIS.Geoprocessing > Interfaces > IM > IMdList Interface > IMdList.ListType Property
ArcGIS Developer Help

IMdList.ListType Property

Indicates the list type.

[Visual Basic .NET]
Public Property ListType As esriMdListType
[C#]
public esriMdListType ListType {get; set;}
[C++]
HRESULT get_ListType(
  esriMdListType* Type
);
[C++]
HRESULT put_ListType(
  esriMdListType Type
);
[C++]
Parameters
Type [out, retval]

Type is a parameter of type esriMdListType* Type [in]
Type is a parameter of type esriMdListType

Product Availability

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

See Also

IMdList Interface