This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IT > ITinNodeCollection Interface > ITinNodeCollection.GetVoronoiRegionNoClip Method (ArcObjects .NET 10.4 SDK) |
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