This document is archived and information here might be outdated. Recommended version. |
The specified polygon as TIN nodes.
[Visual Basic .NET] Public Function AsNodes ( _ ) As IEnumTinNode
[C#] public IEnumTinNode AsNodes ( );
[C++]
HRESULT AsNodes(
void
);
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.