| Description |
| updates a constraint in a snapshot. Available for top level snapshot only. |
| Synopsis |
| #include <ProKinDrag.h> |
| ProError | ProSnapshotConstraintUpdate | ( |
| const ProName snap_name | |
| /*
(In) |
| Name of the snapshot. |
| */ |
| const int ndx | |
| /*
(In) |
| Index of the constraint from the constraints array (as brought by ProSnapshotConstraintsGet() to be updated. |
| */ |
| const ProSnapshotConstraint* constraint | |
| /*
(In) |
| Pointer to the new constraint to be used instead of the old one. The field constraint->valid is ignored. |
| */ |
| ) |
| Returns |
|
|