ArcObjects Library Reference (GeoDatabase)  

ITinNodeCollection.GetVoronoiRegionNoClip Method

Returns a Voronoi polygon about the node referenced by the index.

[Visual Basic .NET]
Public Function GetVoronoiRegionNoClip ( _
    ByVal nodeIndex As Integer _
) As IPolygon
[C#]
public IPolygon GetVoronoiRegionNoClip (
    int nodeIndex
);
[C++]
HRESULT GetVoronoiRegionNoClip(
  long nodeIndex,
  IPolygon** ppRegion
);
[C++]

Parameters

nodeIndex [in]   nodeIndex is a parameter of type long ppRegion [out, retval]

  ppRegion is a parameter of type IPolygon

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

ITinNodeCollection Interface