Canvas.deriveFeature Property

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

Description

Returns the DeriveFeature if this canvas is derived from another design. This property returns null if the canvas is not derived from another design (i.e. isDerived property returns false).

Syntax

"canvas_var" is a variable referencing a Canvas object.

# Get the value of the property.
propertyValue = canvas_var.deriveFeature
"canvas_var" is a variable referencing a Canvas object.
#include <Fusion/Image/Canvas.h>

// Get the value of the property.
Ptr<DeriveFeature> propertyValue = canvas_var->deriveFeature();
"canvas_var" is a variable referencing a Canvas object.
#include <Fusion/Image/Canvas.h>

// Get the value of the property.
Ptr<DeriveFeature> propertyValue = canvas_var->deriveFeature();

Property Value

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

Version

Introduced in version January 2026