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


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

IMdElement.Altered Property

Indicates if the model element has been altered by the user.

[Visual Basic .NET]
Public Property Altered As Boolean
[C#]
public bool Altered {get; set;}
[C++]
HRESULT get_Altered(
  Boolean* Altered
);
[C++]
HRESULT put_Altered(
  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

IMdElement Interface