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


ITinEdit2.SetToConstrainedDelaunay Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IT > ITinEdit2 Interface > ITinEdit2.SetToConstrainedDelaunay Method
ArcGIS Developer Help

ITinEdit2.SetToConstrainedDelaunay Method

Apply constrained Delaunay from now on.

[Visual Basic .NET]
Public Sub SetToConstrainedDelaunay ( _
)
[C#]
public void SetToConstrainedDelaunay (
);
[C++]
HRESULT SetToConstrainedDelaunay(
void
);

Product Availability

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

Description

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.

See Also

ITinEdit2 Interface