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


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

ITinPolygon.AsEdges Method

The specified polygon 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

ITinPolygon Interface