ArcObjects Library Reference (GeoDatabase)  

ITinPolygon.AsNodes Method

The specified polygon as TIN nodes.

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

Parameters

ppNodes [out, retval]

  ppNodes is a parameter of type IEnumTinNode

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