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


ITinPolygon.AsEdges Method (ArcObjects .NET 10.6 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(
void
);

Product Availability

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

See Also

ITinPolygon Interface