SketchUp C API
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
Related Functions
SUDynamicComponentAttributeRef Struct Reference

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...
 

Detailed Description

References attribute data about a dynamic component.

Friends And Related Function Documentation

enum SUResult SUDynamicComponentAttributeGetDisplayName ( SUDynamicComponentAttributeRef  attribute,
SUStringRef display_name 
)
related

Gets the display name of the attribute.

Since
SketchUp 2016, API 4.0
Parameters
[in]attributeThe dynamic component attribute object.
[out]display_nameThe attribute name as it should be displayed to the user.
Returns
enum SUResult SUDynamicComponentAttributeGetDisplayValue ( SUDynamicComponentAttributeRef  attribute,
SUStringRef display_value 
)
related

Gets the display value of the attribute.

Since
SketchUp 2016, API 4.0
Parameters
[in]attributeThe dynamic component attribute object.
[out]display_valueThe value data for the attribute converted to a string formatted as it should be displayed to the user.
Returns
enum SUResult SUDynamicComponentAttributeGetName ( SUDynamicComponentAttributeRef  attribute,
SUStringRef name 
)
related

Gets the name of the attribute.

Since
SketchUp 2016, API 4.0
Parameters
[in]attributeThe dynamic component attribute object.
[out]nameThe internal name of the attribute.
Returns
enum SUResult SUDynamicComponentAttributeGetVisibility ( SUDynamicComponentAttributeRef  attribute,
bool *  visible 
)
related

Gets the visibility setting of the attribute.

Since
SketchUp 2016, API 4.0
Parameters
[in]attributeThe dynamic component attribute object.
[out]visibleSet to true if the attribute is visible to users and false if it is not.
Returns

The documentation for this struct was generated from the following files: