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


IMdElement.Validate Method (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (Geoprocessing)  

IMdElement.Validate Method

Validates the model element.

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

Parameters updateValues [in] updateValues is a parameter of type VARIANT_BOOL pEnvMgr [in]
pEnvMgr is a parameter of type IGPEnvironmentManager Messages [out, retval]
Messages is a parameter of type IGPMessages

Product Availability

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

See Also

IMdElement Interface