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


ITinAdvanced.Flag Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IT > ITinAdvanced Interface > ITinAdvanced.Flag Property
ArcGIS Developer Help

ITinAdvanced.Flag Property

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(
  System.Int32* pFlag
);
[C++]
Parameters
pFlag [in]

pFlag is a parameter of type long pFlag [out, retval]
pFlag is a parameter of type long*

Product Availability

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

See Also

ITinAdvanced Interface