This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Geoprocessing > ESRI.ArcGIS.Geoprocessing > Interfaces > IM > IMdList Interface (ArcObjects .NET 10.4 SDK) |
Provides access to properties/methods of a model list.
Description | ||
---|---|---|
AddValue | Adds a value. | |
AlteredFlag | Indicates whether the value has been explicitly set (by the user). | |
Count | The list count. | |
CurrentIndex | The current index. | |
FeedbackVariable | Feedback variable. | |
GetAlteredFlag | Indicates whether the value has been explicitly set (by the user). | |
GetValence | Get valence. | |
GetValues | The values. | |
InsertValue | Inserts a value. | |
ListType | Indicates the list type. | |
MoveValue | Moves the specified value. | |
RemoveAll | Removes all values. | |
RemoveValue | Removes the specified value. | |
SetAlteredFlag | Indicates whether the value has been explicitly set (by the user). | |
SetValence | Set valence. | |
SetValues | The values. | |
Value | The value at the specifed index. |
CoClasses and Classes | Description |
---|---|
MdVariable | Model variable object that contains a value object. |