ArcObjects Library Reference (GeoDatabase)  

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