API-Dokumentation > Mechanism Design > Object ProSnapshot > Function ProSnapshotApply
Function ProSnapshotApply
Description
applies the transforms of the active snapshot. Unlike UI, no attempt to reconnect is performed here. User should call ProKinDragReconnect() if reconnect is necessary. Function ProWindowRefresh() should be performed to see the changes in components positions.
Synopsis
#include <ProKinDrag.h>
ProSnapshotApply
(void)
Returns
The function was successful.
The snapshot has been applied despite it is outdated. All subsequent snapshot validity checks will be omitted till next assembly regeneration (see also return code PRO_TK_CHECK_OMITTED of ProKinDragEnvironmentSet().
The snapshot has been applied despite it is incomplete. All subsequent snapshot validity checks will be omitted till next assembly regeneration (see also return code PRO_TK_CHECK_OMITTED of ProKinDragEnvironmentSet().
No current snapshot is set.
User Guide References
War dies hilfreich?