Skip to main content

IProject.GetRelationshipById method

Namespace: NextDesign.Core

Description

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

This call also covers associations that were deleted after the project was loaded. Evaluate IRelationship.IsDeleted to see if the associations you have acquired have been deleted.

argument

NameTypeDescription
identifierstringRelated identifiers

You cannot specify null or an empty string.

Return value

Exception

NameException ClassDescription
Invalid argumentExtensionArgumentExceptionWhen null or empty string is specified for identifier