ArcObjects Library Reference (Geoprocessing)  

IGPParameterEdit.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 WriteOnly Property HasBeenValidated
[C#]
public void HasBeenValidated {set;}
[C++]
HRESULT put_HasBeenValidated(
  VARIANT_BOOL 
);
[C++]

Parameters

[in]    is a parameter of type VARIANT_BOOL

Product Availability

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

See Also

IGPParameterEdit Interface