ContactSet.deleteMe Method

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

Description

Deletes this contact set from the design.

Syntax

"contactSet_var" is a variable referencing a ContactSet object.
returnValue = contactSet_var.deleteMe()
"contactSet_var" is a variable referencing a ContactSet object.

#include <Fusion/Components/ContactSet.h>

returnValue = contactSet_var->deleteMe();

Return Value

Type Description
boolean Returns true if the delete was succcessful.

Version

Introduced in version September 2016