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


IMdList Interface (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
ArcGIS Developer Help

IMdList Interface

Provides access to properties/methods of a model list.

Product Availability

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

Members

Name Description
Method AddValue Adds a value.
Read/write property AlteredFlag Indicates whether the value has been explicitly set (by the user).
Read-only property Count The list count.
Read/write property CurrentIndex The current index.
Read/write property FeedbackVariable Feedback variable.
Method GetAlteredFlag Indicates whether the value has been explicitly set (by the user).
Method GetValence Get valence.
Method GetValues The values.
Method InsertValue Inserts a value.
Read/write property ListType Indicates the list type.
Method MoveValue Moves the specified value.
Method RemoveAll Removes all values.
Method RemoveValue Removes the specified value.
Method SetAlteredFlag Indicates whether the value has been explicitly set (by the user).
Method SetValence Set valence.
Method SetValues The values.
Read/write property Value The value at the specifed index.

Classes that implement IMdList

Classes Description
MdVariable Model variable object that contains a value object.