Skip to main content

IRelationship.Relate Method

Namespace: NextDesign.Core

Description

Replaces the end of this relationship with the specified model.
This method does not check path constraints or multiplicity constraints.

Arguments

NameTypeDescription
sourceIModelSource model

Cannot be null.
targetIModelDestination model

Cannot be null.
sourceIndexintNew source position
Specify an index with the first position being 0.

This will be the additional position in the field where the destination model references the source.
If an index outside the range of the number of elements in the corresponding field on the destination side is specified, it will be added to the end.
targetIndexintNew destination position
Specify an index with the first position being 0.

This will be the addition position in the field in the source model that references the destination.
If an index outside the range of the number of elements in the corresponding field on the source side is specified, it will be added to the end.

Return value

  • void

Exception

NameException classDescription
Invalid argumentExtensionArgumentExceptionIf null is specified for source or target
Invalid modelExtensionInvalidTypeExceptionIf a value that cannot be set for the specified association end is specified
- The specified model type is not compatible with the model type of the new association end
Invalid operationExtensionInvalidOperationExceptionIf the model itself is a deleted model or a temporary proxy
If an inoperable association is specified for this association
- Feature assignment association of a product line
- Association with the System.Core tag
- Owning association
If the association end field of the association is invalid
An invalid model is specifiedExtensionInvalidModelExceptionIf a deleted model or a temporary proxy is specified for the source or destination model