Snapshot.deleteMe Method

Parent Object: Snapshot
Defined in namespace "adsk::fusion" and the header file is <Fusion/Fusion/Snapshot.h>

Description

Deletes this snapshot.

Syntax

"snapshot_var" is a variable referencing a Snapshot object.
returnValue = snapshot_var.deleteMe()
"snapshot_var" is a variable referencing a Snapshot object.

#include <Fusion/Fusion/Snapshot.h>

returnValue = snapshot_var->deleteMe();

Return Value

Type Description
boolean Returns true if the delete was successful.

Version

Introduced in version August 2014