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


ITinPolygon.AsEdges Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IT > ITinPolygon Interface > ITinPolygon.AsEdges Method
ArcGIS Developer Help

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