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


IDETin.IsDelaunay Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesFile > ESRI.ArcGIS.DataSourcesFile > Interfaces > ID > IDETin Interface > IDETin.IsDelaunay Property
ArcGIS Developer Help

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(
  Boolean* pbIsDelaunay
);
[C++]
HRESULT put_IsDelaunay(
  VARIANT_BOOL pbIsDelaunay
);
[C++]
Parameters
pbIsDelaunay [out, retval]

pbIsDelaunay is a parameter of type bool* pbIsDelaunay [in]
pbIsDelaunay is a parameter of type bool

Product Availability

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

See Also

IDETin Interface