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

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

Detailed Description

References an object with information about a dynamic component.

Friends And Related Function Documentation

enum SUResult SUDynamicComponentInfoGetDCAttributes ( SUDynamicComponentInfoRef  dc_info,
size_t  len,
SUDynamicComponentAttributeRef  attributes[],
size_t *  count 
)
related

Retrieves the dynamic component attributes.

Parameters
[in]dc_infoThe dynamic component info object.
[in]lenThe number of attributes to retrieve.
[out]attributesThe attributes retrieved.
[out]countThe number of attributes retrieved.
Returns
enum SUResult SUDynamicComponentInfoGetNumDCAttributes ( SUDynamicComponentInfoRef  dc_info,
size_t *  count 
)
related

Retrieves the number of dynamic component attributes.

Parameters
[in]dc_infoThe dynamic component info object.
[out]countThe number of attributes.
Returns
enum SUResult SUDynamicComponentInfoRelease ( SUDynamicComponentInfoRef dc_info)
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.

Since
SketchUp 2016, API 4.0
Parameters
[in,out]dc_infoThe dynamic component info object.
Returns

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