SketchUp C API
|
Used to manage a Classifications object. More...
#include <SketchUpAPI/model/classifications.h>
Related Functions | |
(Note that these are not member functions.) | |
enum SUResult | SUClassificationsLoadSchema (SUClassificationsRef classifications, const char *schema_file_name) |
Loads a schema into a classification object. More... | |
enum SUResult | SUClassificationsGetSchema (SUClassificationsRef classifications, const char *schema_name, SUSchemaRef *schema_ref) |
Gets a schema from a classification object. More... | |
Used to manage a Classifications object.
|
related |
Gets a schema from a classification object.
[in] | classifications | The classification object. |
[in] | schema_name | The name of the schema to get. |
[out] | schema_ref | The schema retrieved. |
|
related |
Loads a schema into a classification object.
[in] | classifications | The classification object. |
[in] | schema_file_name | The full path of the schema to load. |