Share

FormFeature.finishEdit Method

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

Description

Exits from edit mode in the user-interface. If this form feature in not in edit mode, then nothing happens.

Syntax

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

Return Value

Type Description
boolean Returns true if successful.

Version

Introduced in version April 2019

Was this information helpful?