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


IMdParameter.Valid Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Geoprocessing)  

IMdParameter.Valid Property

Indicates if the model parameter is valid.

[Visual Basic .NET]
Public Property Valid As Boolean
[C#]
public bool Valid {get; set;}
[C++]
HRESULT get_Valid(
  VARIANT_BOOL* Valid
);
[C++]
HRESULT put_Valid(
  VARIANT_BOOL Valid
);
[C++]

Parameters Valid [out, retval] Valid is a parameter of type VARIANT_BOOL Valid [in] Valid is a parameter of type VARIANT_BOOL

Product Availability

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

See Also

IMdParameter Interface