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


IMdList.ListType Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (Geoprocessing)  

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