Parameters
- index
- The index of the triangle. Triangle indices start at 1.
| 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. |
{
// Set triangle #7 to be inside the data area
tinEditor.SetTriangleInsideDataArea(7);
// Set triangle #9 to be outside the data area
tinEditor.SetTriangleInsideDataArea(9);
}
Target Platforms: Windows 11 Home, Pro, Enterprise (64 bit)