ArcGIS Developer Help  (Geoprocessing)    

MdModel CoClass

A collection of model variables and processes, used to execute multiple geoprocessing tools in some order.

Product Availability

Available with ArcGIS Desktop.

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.
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

 


Feedback Send feedback on this page