Overload List

  Name Description
Public method And()()()()
Creates an IAnd constraint suitable for grouping other constraints or building logical constraints. Constraints can be added and removed to the IAnd constraint by using its methods Add and Remove.
(Inherited from IModeler.)
Public method And(array<IConstraint>[]()[][])
Groups several constraints together.
(Inherited from IModeler.)
Public method And(IConstraint, IConstraint)
Group several constraints together.
(Inherited from IModeler.)
Public method And(array<IConstraint>[]()[][], String)
Groups several constraints together.
(Inherited from IModeler.)
Public method And(IConstraint, IConstraint, String)
Group several constraints together.
(Inherited from IModeler.)
Public method And(array<IConstraint>[]()[][], Int32, Int32)
Groups several constraints together.
(Inherited from IModeler.)
Public method And(array<IConstraint>[]()[][], Int32, Int32, String)
Groups several constraints together.
(Inherited from IModeler.)

See Also