ArcObjects Library Reference (GeoDatabase)  

IEnumRelationship.Next Method

Retrieves the next relationship in the enumeration sequence.

[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

IEnumRelationship Interface