Return Value
True if the TIN is defined using the Constrained Delaunay triangulation technique.
| Exception | Description |
|---|---|
| ArcGIS.Core.Data.Exceptions.GeodatabaseException | A geodatabase-related exception has occurred. |
| ArcGIS.Core.CalledOnWrongThreadException | This method or property must be called within the lambda passed to QueuedTask.Run |
{
var isEmpty = tinDataset.GetIsEmpty();
var hasHardEdges = tinDataset.HasHardEdges();
var hasSoftEdges = tinDataset.HasSoftEdges();
var isConstrainedDelaunay = tinDataset.UsesConstrainedDelaunay();
}
Target Platforms: Windows 11 Home, Pro, Enterprise (64 bit)