This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IT > ITinEdit2 Interface > ITinEdit2.SetToConstrainedDelaunay Method (ArcObjects .NET 10.4 SDK) |
Apply constrained Delaunay from now on.
[Visual Basic .NET]
Public Sub SetToConstrainedDelaunay ( _
)
[C#] public void SetToConstrainedDelaunay ( );
[C++]
HRESULT SetToConstrainedDelaunay(
void
);
Once this has been set breaklines will no longer be densified with steiner points in order to ensure the triangulation conforms to Delaunay criteria.
Once a TIN has been placed in this mode it cannot be changed back by any means other than not saving the edit session used to call this method.