RemovePropertyEx
bit 0:
0 Iunput as expected
1 Encountered an issue on input value, i.e. property was not recognized as property
bit 1:
0 No 'child' properties found
1 Properties found that had this property as a parent, they are adjusted by inheriting directly removed properties parents if present
bit 2:
0 No instances found with value restrictions for this property
1 Vertex does contain 3D point info
bit 3:
0 No instances found with values for this property
1 Vertex does contain 3D normal vector info => if set, bit 4 will also be set
bit 6:
0 Vertex does not contain first 2D texture info
1 Vertex does contain first 2D texture info
bit 7:
0 Vertex does not contain second 2D texture info
1 Vertex does contain second 2D texture info => if set, bit 6 will also be set
0 The property is not defined yet
1 The property is an Object Type Property
2 The property is an Data Type Property of type Boolean
3 The property is an Data Type Property of type Char
4 The property is an Data Type Property of type Integer
5 The property is an Data Type Property of type Double
This call has the same behavior as RemoveProperty, however needs to be
used in case properties are exchanged as a successive series of integers.
Syntax
// // Strong typing definition // int64_t RemovePropertyEx( OwlModel model, RdfProperty rdfProperty ); // // Weak typing definition // int64_t __declspec(dllexport) __stdcall RemovePropertyEx( int64_t model, int64_t rdfProperty );