Function ProSnapshotConstraintDelete
Description
deletes a constraint from a snapshot. Available for top level snapshot only.
Synopsis
#include <ProKinDrag.h>
ProSnapshotConstraintDelete
(
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 deleted.
*/
)
Returns
The function was successful.
The snapshot with specified name is not found.
The specified index is wrong.
The function failed.
Sample Code References
User Guide References
Было ли это полезно?