This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > DataSourcesFile > ESRI.ArcGIS.DataSourcesFile > Interfaces > ID > IDETin Interface > IDETin.IsDelaunay Property (ArcObjects .NET 10.4 SDK) |
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