SetPropertyTypeEx
Syntax
// Visual Studio for Windows public: __int64 __declspec(dllexport) __stdcall SetPropertyTypeEx( __int64 model, __int64 rdfProperty, __int64 propertyType ); // Linux, OS-X and non-Visual Studio Windows solutions public: int64_t SetPropertyTypeEx( int64_t model, int64_t rdfProperty, int64_t propertyType );
Property model
Size: 64 bit / 8 byte (value)Property rdfProperty
Size: 64 bit / 8 byte (value)Property propertyType
Size: 64 bit / 8 byte (value)0 [default] not defined property type
1 The property is an Object Property
2 The property is an Datatype Property of type Boolean
3 The property is an Datatype Property of type Char
4 The property is an Datatype Property of type Integer
5 The property is an Datatype Property of type Double