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


IMdModel.Validate Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geoprocessing > ESRI.ArcGIS.Geoprocessing > Interfaces > IM > IMdModel Interface > IMdModel.Validate Method
ArcGIS Developer Help

IMdModel.Validate Method

Validates all model elements in the model.

[Visual Basic .NET]
Public Function Validate ( _
    ByVal Reset As Boolean, _
    ByVal pEnvMgr As IGPEnvironmentManager _
) As IGPMessages
[C#]
public IGPMessages Validate (
    bool Reset,
    IGPEnvironmentManager pEnvMgr
);
[C++]
HRESULT Validate(
  VARIANT_BOOL Reset,
  IGPEnvironmentManager* pEnvMgr
);
[C++]
Parameters
Reset [in]

Reset is a parameter of type bool pEnvMgr [in]
pEnvMgr is a parameter of type IGPEnvironmentManager*

Product Availability

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

See Also

IMdModel Interface