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