DesignDataFile.inUseBy Property

Parent Object: DesignDataFile
Defined in namespace "adsk::core" and the header file is <Core/Dashboard/DesignDataFile.h>

Description

Returns the array of users that are currently using (have open for edit) this data file.

Syntax

"designDataFile_var" is a variable referencing a DesignDataFile object.

# Get the value of the property.
propertyValue = designDataFile_var.inUseBy
"designDataFile_var" is a variable referencing a DesignDataFile object.
#include <Core/Dashboard/DesignDataFile.h>

// Get the value of the property.
std::vector<Ptr<User>> propertyValue = designDataFile_var->inUseBy();

Property Value

This is a read only property whose value is an array of type User.

Version

Introduced in version October 2023