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


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

IMdParameter.Validate Method

Validates the current value of the model parameter.

[Visual Basic .NET]
Public Function Validate ( _
) As IGPMessage
[C#]
public IGPMessage Validate (
);
[C++]
HRESULT Validate(
  IGPMessage** message
);
[C++]

Parameters message [out, retval]
message is a parameter of type IGPMessage

Product Availability

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

See Also

IMdParameter Interface