IntegerProperty.parent Property

Parent Object: IntegerProperty

Derived from: Property.parent


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

Description

Returns the parent of this property.

Syntax

"integerProperty_var" is a variable referencing an IntegerProperty object.
# Get the value of the property.
propertyValue = integerProperty_var.parent
"integerProperty_var" Is a variable referencing an IntegerProperty Object.
#include <Core/Application/IntegerProperty.h>

// Get the value of the property.
Ptr<Base> propertyValue = integerProperty_var->parent();
"integerProperty_var" Is a variable referencing an IntegerProperty Object.
// Get the value of the property.
propertyValue = integerProperty_var.parent;

Property Value

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

Version

Introduced in version August 2014