A collection of model variables and processes, used to execute multiple geoprocessing tools in some order.
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
Supported Platforms
Windows
Interfaces
Interfaces | Description |
---|---|
IClone (esriSystem) | Provides access to members that control cloning of objects. |
IConnectionPointContainer | Supports connection points for connectable objects. |
IMdModel | Provides access to properties/methods of a model. |
IMdModelIteration | Provides access to properties/methods of a model iteration. |
IMdModelIteration2 | Provides access to properties/methods of a model iteration. |
IPersistStream (esriSystem) | |
IXMLSerialize (esriSystem) | Provides access to members that XML serialize and deserialize an object to/from XML. |
Event Interfaces
Interfaces | Description |
---|---|
IMdModelEvents (default) | Provides access to model events. |
Working with Events
[Visual Basic 6.0]
When working with MdModel's default outbound interface in Visual Basic 6 declare variables as follows: Private WithEvents pMdModel as MdModel