ITargetConstraints.Add

Fore Syntax

Add: ITargetConstraint;

Fore.NET Syntax

Add(): Prognoz.Platform.Interop.Cp.ITargetConstraint;

Description

The Add method adds a constraint to the collection.

Comments

To remove constraint from the collection, use the ITargetConstraints.Remove method.

Fore and Fore.NET Examples

The method use is given in the example for ICpTargetAdjustment.Tolerance.

See also:

ITargetConstraints