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


IEnumTinEdge.Next Method (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (GeoDatabase)  

IEnumTinEdge.Next Method

Gets next edge element.

[Visual Basic .NET]
Public Function Next ( _
) As ITinEdge
[C#]
public ITinEdge Next (
);
[C++]
HRESULT Next(
  ITinEdge** ppEdge
);
[C++]

Parameters ppEdge [out, retval]
ppEdge is a parameter of type ITinEdge

Product Availability

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

See Also

IEnumTinEdge Interface