This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IT > ITinAdvanced Interface > ITinAdvanced.Flag Property (ArcObjects .NET 10.4 SDK) |
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