ArcObjects Library Reference (Geoprocessing)  

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