SetPropertyType
The following values are possible for propertyType:
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
The return value of this call is GetPropertyType/Ex applied after applying
the type, normally this corresponds with the propertyType requested
to be set unless the property already has a different propertyType set before.
Syntax
// Visual Studio for Windows public: __int64 __declspec(dllexport) __stdcall SetPropertyType( __int64 rdfProperty, __int64 propertyType ); // Linux, OS-X and non-Visual Studio Windows solutions public: int64_t SetPropertyType( int64_t rdfProperty, int64_t propertyType );
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