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


IDETin.IsDelaunay Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (DataSourcesFile)  

IDETin.IsDelaunay Property

Indicates if TIN was constructed using Delaunay triangulation.

[Visual Basic .NET]
Public Property IsDelaunay As Boolean
[C#]
public bool IsDelaunay {get; set;}
[C++]
HRESULT get_IsDelaunay(
  VARIANT_BOOL* pbIsDelaunay
);
[C++]
HRESULT put_IsDelaunay(
  VARIANT_BOOL pbIsDelaunay
);
[C++]

Parameters pbIsDelaunay [out, retval] pbIsDelaunay is a parameter of type VARIANT_BOOL pbIsDelaunay [in] pbIsDelaunay is a parameter of type VARIANT_BOOL

Product Availability

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

See Also

IDETin Interface