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
Name | Type | Description |
---|---|---|
identifier | string | Related identifiers You cannot specify null or an empty string. |
Return value
Exception
Name | Exception Class | Description |
---|---|---|
Invalid argument | ExtensionArgumentException | When null or empty string is specified for identifier |