ConstructionPoint.attributes Property
Parent Object:
ConstructionPointDefined in namespace "adsk::fusion" and the header file is <Fusion/Construction/ConstructionPoint.h>
Description
Returns the collection of attributes associated with this construction point.
Syntax
"constructionPoint_var" is a variable referencing a ConstructionPoint object.
# Get the value of the property. propertyValue = constructionPoint_var.attributes
|
"constructionPoint_var" is a variable referencing a ConstructionPoint object.
#include <Fusion/Construction/ConstructionPoint.h>
// Get the value of the property. Ptr<Attributes> propertyValue = constructionPoint_var->attributes();
|
Property Value
This is a read only property whose value is an
Attributes.
Version
Introduced in version May 2016