This document is archived and information here might be outdated. Recommended version. |
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