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

Used to manage a Schema object. More...

#include <SketchUpAPI/model/schema.h>

Related Functions

(Note that these are not member functions.)

enum SUResult SUSchemaGetSchemaType (SUSchemaRef schema_ref, const char *schema_type_name, SUSchemaTypeRef *schema_type_ref)
 Gets a schema type from a schema. More...
 

Detailed Description

Used to manage a Schema object.

Friends And Related Function Documentation

enum SUResult SUSchemaGetSchemaType ( SUSchemaRef  schema_ref,
const char *  schema_type_name,
SUSchemaTypeRef schema_type_ref 
)
related

Gets a schema type from a schema.

Parameters
[in]schema_refThe schema object.
[in]schema_type_nameThe name of the schema type to get.
[out]schema_type_refThe schema type retrieved.
Returns

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