The condition on the number of assets covering a grid point that must be satisfied for a valid access.
Member | Value | Description |
---|---|---|
eCvSatisfactionTypeUnknown | -1 | Unknown satisfaction type. |
eCvAtLeast | 0 | The number of assets must be At Least N. |
eCvEqualTo | 1 | The number of assets must be Exactly N (Equal to N), where N is greater than or equal to 1. |