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


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

IEnumAttributedRelationship.Next Method

Retrieves the next attributed relationship.

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

Parameters Relationship [out, retval]
Relationship is a parameter of type IRelationship

Product Availability

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

See Also

IEnumAttributedRelationship Interface