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


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

IEnumNetWeightAssociation.Next Method

Returns the next weight association in this enumeration.

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

Parameters NetWeightAssociation [out, retval]
NetWeightAssociation is a parameter of type INetWeightAssociation

Product Availability

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

See Also

IEnumNetWeightAssociation Interface