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


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

ITinPolygon.AsNodes Method

The specified polygon as TIN nodes.

[Visual Basic .NET]
Public Function AsNodes ( _
) As IEnumTinNode
[C#]
public IEnumTinNode AsNodes (
);
[C++]
HRESULT AsNodes(
void
);

Product Availability

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

Description

Returns a node enumerator representing the nodes around the polygon exterior.

The resulting enumerator will return nodes in ordered sequence, ring by ring. The end of each ring is indicated by repeating the first node of the ring.

See Also

ITinPolygon Interface