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


IMdList.AlteredFlag Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geoprocessing > ESRI.ArcGIS.Geoprocessing > Interfaces > IM > IMdList Interface > IMdList.AlteredFlag Property
ArcGIS Developer Help

IMdList.AlteredFlag Property

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(
  Boolean* Altered
);
[C++]
HRESULT put_AlteredFlag(
  VARIANT_BOOL Altered
);
[C++]
Parameters
Altered [out, retval]

Altered is a parameter of type bool* Altered [in]
Altered is a parameter of type bool

Product Availability

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

See Also

IMdList Interface