This document is archived and information here might be outdated.  Recommended version.


IGPModelTool.Model Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (Geoprocessing)  

IGPModelTool.Model Property

The model object associated with the tool.

[Visual Basic .NET]
Public Property Model As IMdModel
[C#]
public IMdModel Model {get; set;}
[C++]
HRESULT get_Model(
  IMdModel** Model
);
[C++]
HRESULT putref_Model(
  IMdModel* Model
);
[C++]

Parameters Model [out, retval]
Model is a parameter of type IMdModel Model [in]
Model is a parameter of type IMdModel

Product Availability

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

See Also

IGPModelTool Interface