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


IGPParameter.HasBeenValidated Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Geoprocessing)  

IGPParameter.HasBeenValidated Property

Indicates whether the parameter value has been modified since the last time the parameter was validated (i.e., since Validate() was called).

[Visual Basic .NET]
Public ReadOnly Property HasBeenValidated As Boolean
[C#]
public bool HasBeenValidated {get;}
[C++]
HRESULT get_HasBeenValidated(
  VARIANT_BOOL* validated
);
[C++]

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

Product Availability

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

See Also

IGPParameter Interface