Public Sub SetToConstrainedDelaunay()
public void SetToConstrainedDelaunay()
Public Sub SetToConstrainedDelaunay()
public void SetToConstrainedDelaunay()
| Exception | Description |
|---|---|
| ArcGIS.Core.CalledOnWrongThreadException | This method must be called on the MCT. Use QueuedTask.Run. |
| ArcGIS.Core.Data.Exceptions.TinException | The editor is not in edit mode. |
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.
{
// Set the triangulation method to constrained Delaunay from this point forward
tinEditor.SetToConstrainedDelaunay();
}
Target Platforms: Windows 11 Home, Pro, Enterprise (64 bit)