The user-defined flag for the TIN.
[Visual Basic .NET] Public Property Flag As Integer
[C#] public int Flag {get; set;}
[C++]
HRESULT get_Flag(
long* pFlag
);
[C++]
HRESULT put_Flag(
long pFlag
);
[C++]Parameters
pFlag [out, retval] pFlag is a parameter of type long pFlag [in] pFlag is a parameter of type long
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.