Return Value
The number of edges in this TIN.
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 nodeCount = tinDataset.GetNodeCount(); var outsideNodeCount = tinDataset.GetOutsideNodeCount(); var edgeCount = tinDataset.GetEdgeCount(); var outsideEdgecount = tinDataset.GetOutsideEdgeCount(); var triCount = tinDataset.GetTriangleCount(); var outsideTriCount = tinDataset.GetOutsideTriangleCount();
Target Platforms: Windows 11, Windows 10