Skip to main content

ITraceCoverageExcludedModel interface

Namespace: NextDesign.Desktop

Description

Tracing exclusion target model information
Models set as trace exclusion targets are excluded from trace coverage calculation targets.

Affiliation area

NameDescription
TraceA set of APIs to access trace information.

Property

NameDescription
DirectionExclude trace direction
- "Source" : Exclude relation to origin
- "Target" : Exclude relation to derived destination
- "Both" : Exclude relation to derived source and derived destination
ModelExcluded model
If the model has been deleted, returns null.
In addition, if the corresponding model is proxied, returns the proxy information of the model.
ModelIdIdentifier of model to exclude
Reasonexclusion reason

Method

NameDescription
DeleteDeletes model information for this trace exclusion.