Provides access to members that enumerate through the attributed relationships.
Members
Name | Description | |
---|---|---|
Next | Retrieves the next attributed relationship. | |
Reset | Resets enumeration sequence to the beginning. |
IEnumAttributedRelationship.Next Method
Retrieves the next attributed relationship.
Public Function Next ( _
) As IRelationship
public IRelationship Next (
);
IEnumAttributedRelationship.Reset Method
Resets enumeration sequence to the beginning.
Public Sub Reset ( _
)
public void Reset (
);
Classes that implement IEnumAttributedRelationship
Classes | Description |
---|