This document is archived and information here might be outdated. Recommended version. |
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