Skip to main content

ITracePage.AddExcludedModel method

Namespace: NextDesign.Desktop

Description

Add new trace exclusion target model information.
This method does not check for the existence of the model with the given identifier.

argument

NameTypeDescription
modelIdstringmodel identifier
directionstringTrace exclusion direction
- "Source" : Exclude relation to origin
- "Target" : Exclude relation to derivation destination
- "Both " : Exclude associations to derivation sources and derivation destinations
reasonstringExclusion reason

Return value

Exceptions

NameException ClassDescription
Invalid argumentExtensionArgumentExceptionIf null or an empty string is specified for modelId or reason
If a character string other than the specified one is specified for direction