GraphicsPreferences.minimumFramesPerSecond Property

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

Description

Gets and sets the minimum frames per second.

Syntax

"graphicsPreferences_var" is a variable referencing a GraphicsPreferences object.

# Get the value of the property.
propertyValue = graphicsPreferences_var.minimumFramesPerSecond

# Set the value of the property.
graphicsPreferences_var.minimumFramesPerSecond = propertyValue
"graphicsPreferences_var" is a variable referencing a GraphicsPreferences object.
#include <Core/Application/GraphicsPreferences.h>

// Get the value of the property.
double propertyValue = graphicsPreferences_var->minimumFramesPerSecond();

// Set the value of the property, where value_var is a double.
bool returnValue = graphicsPreferences_var->minimumFramesPerSecond(value_var);

Property Value

This is a read/write property whose value is a double.

Version

Introduced in version August 2014