SketchUp C API
|
References an object with information about a dynamic component. More...
#include <SketchUpAPI/model/dynamic_component_info.h>
Related Functions | |
(Note that these are not member functions.) | |
enum SUResult | SUDynamicComponentInfoRelease (SUDynamicComponentInfoRef *dc_info) |
Releases the DC info. DC info objects are created from component instance using SUComponentInstanceCreateDCInfo(), and must be released using this function. This function also invalidates the given DC info. More... | |
enum SUResult | SUDynamicComponentInfoGetNumDCAttributes (SUDynamicComponentInfoRef dc_info, size_t *count) |
Retrieves the number of dynamic component attributes. More... | |
enum SUResult | SUDynamicComponentInfoGetDCAttributes (SUDynamicComponentInfoRef dc_info, size_t len, SUDynamicComponentAttributeRef attributes[], size_t *count) |
Retrieves the dynamic component attributes. More... | |
References an object with information about a dynamic component.
|
related |
Retrieves the dynamic component attributes.
[in] | dc_info | The dynamic component info object. |
[in] | len | The number of attributes to retrieve. |
[out] | attributes | The attributes retrieved. |
[out] | count | The number of attributes retrieved. |
|
related |
Retrieves the number of dynamic component attributes.
[in] | dc_info | The dynamic component info object. |
[out] | count | The number of attributes. |
|
related |
Releases the DC info. DC info objects are created from component instance using SUComponentInstanceCreateDCInfo(), and must be released using this function. This function also invalidates the given DC info.
[in,out] | dc_info | The dynamic component info object. |