Category Mechanism Design, Object ProSnapshot

Function ProSnapshotDelete


Description
delete a snapshot.
Synopsis
#include <ProKinDrag.h>
ProErrorProSnapshotDelete(
const ProName snap_name
/* (In)
Name of the snapshot to be deleted.
*/
const ProAsmcomppath* path
/* (In)
ProAsmcomppath of snapshot. NULL can be passed for top level.
*/
)
Returns
PRO_TK_NO_ERRORThe function was successful.
PRO_TK_E_NOT_FOUNDThe snapshot with specified name is not found.
PRO_TK_GENERAL_ERRORThe function failed.

Manual References:

  1. Assembly: Kinematic Dragging and Creating Snapshots: Creating and Modifying Snapshots
  2. Assembly: Kinematic Dragging and Creating Snapshots: Creating and Modifying Snapshots

Sample Code References:

  1. pt_examples ( TestDrag.c )