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


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

ITinPolyline.AsEdges Method

The specified polyline as triangle edges.

[Visual Basic .NET]
Public Function AsEdges ( _
) As IEnumTinEdge
[C#]
public IEnumTinEdge AsEdges (
);
[C++]
HRESULT AsEdges(
  IEnumTinEdge** ppEdges
);
[C++]

Parameters ppEdges [out, retval]
ppEdges is a parameter of type IEnumTinEdge

Product Availability

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

See Also

ITinPolyline Interface