Skip to main content

IConstraint.IsSatisfiedWith method

Namespace: NextDesign.Core

Description

Checks if the given object conforms to this constraint, starting from the given model.
Returns true if the constraint is satisfied.

If a model unrelated to this constraint is specified as the base model for constraint evaluation, it will always be evaluated to return true.

argument

NameTypeDescription
modelIModelBase model for constraint evaluation
targetobjectTarget object to evaluate constraints

Return value

  • bool