ArcGIS Pro 3.3 API Reference Guide
ArcGIS.Core.Data.Analyst3D Namespace / TinNode Class / GetVoronoiRegion Method
A polygon to clip the Voronoi region. This can be null. If null, a default rectangle (larger than the full extent of the TIN) will be used to clip the Voronoi region.

In This Topic
    GetVoronoiRegion Method
    In This Topic
    Gets the Voronoi polygon region for this node. The Voronoi region (also known as Thiessen or proximal polygon) encloses an area that is closer to the source node than to any other node in the triangulation. This method must be called on the MCT. Use QueuedTask.Run.
    Syntax
    public Polygon GetVoronoiRegion( 
       Polygon clipPolygon
    )
    Public Function GetVoronoiRegion( _
       Optional ByVal clipPolygon As Polygon _
    ) As Polygon

    Parameters

    clipPolygon
    A polygon to clip the Voronoi region. This can be null. If null, a default rectangle (larger than the full extent of the TIN) will be used to clip the Voronoi region.

    Return Value

    Remarks
    Null is returned if this is called on a super node.
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3.2 or higher.
    See Also