SketchUp C API
|
Provides access to the different line style objects in the model. More...
#include <SketchUpAPI/model/line_styles.h>
Related Functions | |
(Note that these are not member functions.) | |
enum SUResult | SULineStylesGetNumLineStyles (SULineStylesRef line_styles, size_t *count) |
Gets the number of line styles. More... | |
enum SUResult | SULineStylesGetLineStyleNames (SULineStylesRef line_styles, size_t len, SUStringRef line_styles_provider_names[], size_t *count) |
Retrieves line styles associated with the line styles manager. More... | |
enum SUResult | SULineStylesGetLineStyleByName (SULineStylesRef line_styles, const char *name, SULineStyleRef *line_style) |
Retrieves the line styles provider given a name. More... | |
Provides access to the different line style objects in the model.
|
related |
Retrieves the line styles provider given a name.
[in] | line_styles | The line_styles manager object. |
[in] | name | The name of the line style object to get. Assumed to be UTF-8 encoded. |
[out] | line_style | The line style object retrieved. |
|
related |
Retrieves line styles associated with the line styles manager.
[in] | line_styles | The line_styles manager object. |
[in] | len | The number of line style names to retrieve. |
[out] | line_styles_provider_names | The line_style names retrieved. |
[out] | count | The number of line style names retrieved. |
|
related |
Gets the number of line styles.
[in] | line_styles | The line_styles manager object. |
[out] | count | The number of line styles available. |