StringProperty.parent Property
Parent Object: StringPropertyDefined in namespace "adsk::core" and the header file is <Core/Application/StringProperty.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
"stringProperty_var" is a variable referencing a StringProperty object.
|