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
| Name | Type | Description | 
|---|---|---|
| modelId | string | model identifier | 
| direction | string | Trace exclusion direction - "Source" : Exclude relation to origin - "Target" : Exclude relation to derivation destination - "Both " : Exclude associations to derivation sources and derivation destinations | 
| reason | string | Exclusion reason | 
Return value
Exceptions
| Name | Exception Class | Description | 
|---|---|---|
| Invalid argument | ExtensionArgumentException | If null or an empty string is specified for modelId or reason If a character string other than the specified one is specified for direction |