This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Geoprocessing > ESRI.ArcGIS.Geoprocessing > Interfaces > IG > IGPModelTool Interface > IGPModelTool.Model Property (ArcObjects .NET 10.4 SDK) |
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