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


IMdElement.Model Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geoprocessing > ESRI.ArcGIS.Geoprocessing > Interfaces > IM > IMdElement Interface > IMdElement.Model Property
ArcGIS Developer Help

IMdElement.Model Property

The model the model element is contained within.

[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

IMdElement Interface