This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Geoprocessing > ESRI.ArcGIS.Geoprocessing > Classes > M > MdModel CoClass (ArcObjects .NET 10.5 SDK) |
A collection of model variables and processes, used to execute multiple geoprocessing tools in some order.
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. |
Interfaces | Description |
---|---|
IMdModelEvents (default) | Provides access to model events. |
When working with MdModel's default outbound interface in Visual Basic 6 declare variables as follows:
Private WithEvents pMdModel as MdModel