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.