Indicates whether the value has been explicitly set (by the user).
[Visual Basic .NET] Public Property AlteredFlag As Boolean
[C#] public bool AlteredFlag {get; set;}
[C++]
HRESULT get_AlteredFlag(
VARIANT_BOOL* Altered
);
[C++]
HRESULT put_AlteredFlag(
VARIANT_BOOL Altered
);
[C++]Parameters
Altered [out, retval] Altered is a parameter of type VARIANT_BOOL Altered [in] Altered is a parameter of type VARIANT_BOOL
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.