FormFeature.startEdit Method

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

Description

Set the user-interface so that the form body is in edit mode.

Syntax

"formFeature_var" is a variable referencing a FormFeature object.
returnValue = formFeature_var.startEdit()
"formFeature_var" is a variable referencing a FormFeature object.

#include <Fusion/Features/FormFeature.h>

returnValue = formFeature_var->startEdit();

Return Value

Type Description
boolean Returns true if successful.

Version

Introduced in version April 2019