SectionAnalysis.deleteMe Method

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

Description

A method that deletes this Analysis.

Syntax

"sectionAnalysis_var" is a variable referencing a SectionAnalysis object.
returnValue = sectionAnalysis_var.deleteMe()
"sectionAnalysis_var" is a variable referencing a SectionAnalysis object.

#include <Fusion/Fusion/SectionAnalysis.h>

returnValue = sectionAnalysis_var->deleteMe();

Return Value

Type Description
boolean Returns true if the delete was successful.

Version

Introduced in version January 2023