ArcObjects Library Reference (Geoprocessing)  

IMdList Interface

Provides access to properties/methods of a model list.

Product Availability

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

Members

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.

CoClasses that implement IMdList

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