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


ITinAdvanced.Flag Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (GeoDatabase)  

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(
  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.

See Also

ITinAdvanced Interface