BooleanProperty.parent Property

Parent Object: BooleanProperty
Defined in namespace "adsk::core" and the header file is <Core/Application/BooleanProperty.h>

Description

Returns the parent of this property.For properties associated with an appearance this will return the parent Appearance. For properties associated with a material, this will return the parent Material. For other types of properties, this will return the PropertyGroup it is in.

Syntax

"booleanProperty_var" is a variable referencing a BooleanProperty object.

# Get the value of the property.
propertyValue = booleanProperty_var.parent
"booleanProperty_var" is a variable referencing a BooleanProperty object.
#include <Core/Application/BooleanProperty.h>

// Get the value of the property.
Ptr<Base> propertyValue = booleanProperty_var->parent();

Property Value

This is a read only property whose value is a Base.

Version

Introduced in version August 2014