Share

RenderEvent.name Property

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

Description

The name of the event - e.g. "DocumentOpening"

Syntax

"renderEvent_var" is a variable referencing a RenderEvent object.

# Get the value of the property.
propertyValue = renderEvent_var.name

Property Value

This is a read only property whose value is a string.

Version

Introduced in version September 2023

Was this information helpful?