SketchUp C API
|
Interfaces for reading metadata from SketchUp files without loading the whole file. More...
Functions | |
enum SUResult | SUSkpReadGuid (const char *file_path, SUStringRef *guid) |
Reads the GUID, globally unique identifier, for a model without opening the whole file. More... | |
Interfaces for reading metadata from SketchUp files without loading the whole file.
enum SUResult SUSkpReadGuid | ( | const char * | file_path, |
SUStringRef * | guid | ||
) |
Reads the GUID, globally unique identifier, for a model without opening the whole file.
[in] | file_path | The model filepath to read from. |
[out] | guid | The guid string. |
file_path
is NULL
file_path
does not existguid
is NULL
guid
does not point to a valid SUStringRef object.