Skip to main content

IProject.GetRelationshipById method

Namespace: NextDesign.Core

Description

Gets associations for the specified identifier from this project.
Returns null if the specified association is not found.

This call also includes associations that were deleted after the project was loaded.
Evaluate IRelationship.IsDeleted to see if the retrieved relationship is deleted.

argument

NameTypeDescription
identifierstringAssociation identifier

Cannot be null or an empty string.

Return value

Exceptions

NameException ClassDescription
Invalid argumentExtensionArgumentExceptionIf null or an empty string is specified for identifier