CustomGraphicsGroup.addGroup Method

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

Description

Creates a new, empty CustomGraphicsGroup that is owned by this CustomGraphicsGroup.

Syntax

"customGraphicsGroup_var" is a variable referencing a CustomGraphicsGroup object.
returnValue = customGraphicsGroup_var.addGroup()
"customGraphicsGroup_var" is a variable referencing a CustomGraphicsGroup object.

#include <Fusion/Graphics/CustomGraphicsGroup.h>

returnValue = customGraphicsGroup_var->addGroup();

Return Value

Type Description
CustomGraphicsGroup Returns the new CustomGraphicsGroup object or null in the case of a failure.

Version

Introduced in version September 2017