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
Name | Type | Description |
---|---|---|
identifier | string | Association identifier Cannot be null or an empty string. |
Return value
Exceptions
Name | Exception Class | Description |
---|---|---|
Invalid argument | ExtensionArgumentException | If null or an empty string is specified for identifier |