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