DataFile.deleteMe Method
Parent Object: DataFileDefined in namespace "adsk::core" and the header file is <Core/Dashboard/DataFile.h>
Description
Deletes this DataFile. This can fail if this file is referenced by another file or is currently open.
Syntax
"dataFile_var" is a variable referencing a DataFile object.
|
Return Value
Type | Description |
boolean | Returns true if the deletion was successful. |