SketchUp SDK
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
attribute_dictionary.h
Go to the documentation of this file.
1 // Copyright 2013 Trimble Navigation Ltd. All Rights Reserved
2 #ifndef SLAPI_MODEL_ATTRIBUTE_DICTIONARY_H_
3 #define SLAPI_MODEL_ATTRIBUTE_DICTIONARY_H_
4 
5 #include <slapi/slapi.h>
6 #include <slapi/unicodestring.h>
7 #include <slapi/model/defs.h>
9 
10 #ifdef __cplusplus
11 extern "C" {
12 #endif
13 
32  SUStringRef* name);
33 
46  const char* key,
47  SUTypedValueRef value_in);
48 
67  const char* key,
68  SUTypedValueRef* value_out);
69 
80  size_t* count);
81 
94  size_t len,
95  SUStringRef keys[],
96  size_t* count);
97 
98 #ifdef __cplusplus
99 } // extern "C" {
100 #endif
101 
102 #endif // SLAPI_MODEL_ATTRIBUTE_DICTIONARY_H_