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