This document is archived and information here might be outdated.  Recommended version.


ITinNodeCollection.GetVoronoiRegionNoClip Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IT > ITinNodeCollection Interface > ITinNodeCollection.GetVoronoiRegionNoClip Method
ArcGIS Developer Help

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
);
[C++]
Parameters
nodeIndex [in]

nodeIndex is a parameter of type long

Product Availability

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

See Also

ITinNodeCollection Interface