DataFile.isReadOnly Property
Parent Object: DataFileDefined in namespace "adsk::core" and the header file is <Core/Dashboard/DataFile.h>
Description
Gets if this file is currently read-only or not. A file can be read-only for various reasons. For example, if you are running with a "Fusion for Personal Use license" and have not designate the file to be editable or if someone else is editing the file.
Syntax
"dataFile_var" is a variable referencing a DataFile object.
|