ArcObjects Library Reference (Geoprocessing)  

IMdList.GetAlteredFlag Method

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

[Visual Basic .NET]
Public Function GetAlteredFlag ( _
    ByVal Index As Integer _
) As Integer
[C#]
public int GetAlteredFlag (
    int Index
);
[C++]
HRESULT GetAlteredFlag(
  long Index,
  long* flag
);
[C++]

Parameters

Index [in]   Index is a parameter of type long flag [out, retval]   flag is a parameter of type long

Product Availability

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

See Also

IMdList Interface