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


IGPParameterEdit.Altered Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Geoprocessing)  

IGPParameterEdit.Altered Property

Indicates whether the parameter value has been explicitly set (by the user).

[Visual Basic .NET]
Public WriteOnly Property Altered
[C#]
public void Altered {set;}
[C++]
HRESULT put_Altered(
  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