Description | ||||||||
this function will bring all snapshots belonging to the window assembly and its subassemblies. | ||||||||
Synopsis | ||||||||
#include <ProKinDrag.h> | ||||||||
ProError | ProKinDragSnapshotsNamesGet | ( | ||||||
ProName** snap_names | ||||||||
/* (Out) | ||||||||
The array of snapshot names. The function allocates the memory for this argument. To free the memory, call ProArrayFree(). | ||||||||
*/ | ||||||||
ProAsmcomppath** path_arr | ||||||||
/* (Out) | ||||||||
The array of ProAsmcomppath. The function allocates the memory for this argument. To free the memory, call ProArrayFree(). | ||||||||
*/ | ||||||||
) | ||||||||
Returns | ||||||||
|