This document is archived and information here might be outdated. Recommended version. |
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*