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


ITinPolyline.AsNodes Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (GeoDatabase)  

ITinPolyline.AsNodes Method

The specified polyline 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.

See Also

ITinPolyline Interface