|
SketchUp C API
|
References attribute data about a dynamic component. More...
#include <SketchUpAPI/model/dynamic_component_attribute.h>
Related Functions | |
(Note that these are not member functions.) | |
| enum SUResult | SUDynamicComponentAttributeGetName (SUDynamicComponentAttributeRef attribute, SUStringRef *name) |
| Gets the name of the attribute. More... | |
| enum SUResult | SUDynamicComponentAttributeGetDisplayName (SUDynamicComponentAttributeRef attribute, SUStringRef *display_name) |
| Gets the display name of the attribute. More... | |
| enum SUResult | SUDynamicComponentAttributeGetVisibility (SUDynamicComponentAttributeRef attribute, bool *visible) |
| Gets the visibility setting of the attribute. More... | |
| enum SUResult | SUDynamicComponentAttributeGetDisplayValue (SUDynamicComponentAttributeRef attribute, SUStringRef *display_value) |
| Gets the display value of the attribute. More... | |
References attribute data about a dynamic component.
|
related |
Gets the display name of the attribute.
| [in] | attribute | The dynamic component attribute object. |
| [out] | display_name | The attribute name as it should be displayed to the user. |
|
related |
Gets the display value of the attribute.
| [in] | attribute | The dynamic component attribute object. |
| [out] | display_value | The value data for the attribute converted to a string formatted as it should be displayed to the user. |
|
related |
Gets the name of the attribute.
| [in] | attribute | The dynamic component attribute object. |
| [out] | name | The internal name of the attribute. |
|
related |
Gets the visibility setting of the attribute.
| [in] | attribute | The dynamic component attribute object. |
| [out] | visible | Set to true if the attribute is visible to users and false if it is not. |
1.8.3.1