The CogDLRuntimeLayoutMatch type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
| AllRegionsPassed |
True if all regions in the model passed, where
passing means that the number of features found
in the region is equal to the expected number
of occurrences.
| |
| Features |
The collection of features participating in this match.
This includes the predicted model elements.
(Inherited from CogDLRuntimeMatchBase.) | |
| IsSelected |
True if the match was selected by an axis-filter.
(Inherited from CogDLRuntimeMatchBase.) | |
| ModelName |
The name of the model.
(Inherited from CogDLRuntimeMatchBase.) | |
| Regions |
The collection of regions in the match.
| |
| Score |
The matching score (between 0.0 and 1.0).
(Inherited from CogDLRuntimeMatchBase.) |
See Also