SketchUp C API
|
References attribute data about a classified component. More...
#include <SketchUpAPI/model/classification_attribute.h>
Related Functions | |
(Note that these are not member functions.) | |
enum SUResult | SUClassificationAttributeGetValue (SUClassificationAttributeRef attribute, SUTypedValueRef *value) |
Retrieves the value of the attribute. More... | |
enum SUResult | SUClassificationAttributeGetPath (SUClassificationAttributeRef attribute, SUStringRef *path) |
Retrieves the path to the attribute. More... | |
enum SUResult | SUClassificationAttributeGetNumChildren (SUClassificationAttributeRef attribute, size_t *count) |
Retrieves the number of children setting of the attribute. More... | |
enum SUResult | SUClassificationAttributeGetChild (SUClassificationAttributeRef attribute, size_t index, SUClassificationAttributeRef *child) |
Retrieves the child attribute at the given index. More... | |
References attribute data about a classified component.
|
related |
Retrieves the child attribute at the given index.
[in] | attribute | The classification attribute object. |
[in] | index | The index of the child attribute to get. |
[out] | child | The child attribute retrieved. |
|
related |
Retrieves the number of children setting of the attribute.
[in] | attribute | The classification attribute object. |
[out] | count | The number of children this attribute contains. |
|
related |
Retrieves the path to the attribute.
[in] | attribute | The classification attribute object. |
[out] | path | The attribute name as it should be displayed to the user. |
|
related |
Retrieves the value of the attribute.
[in] | attribute | The classification attribute object. |
[out] | value | The value of the attribute. |