SetPropertyTypeEx
Syntax
public const string enginedll = @"engine.dll"; [DllImport(enginedll, EntryPoint = "SetPropertyTypeEx")] public static extern Int64 SetPropertyTypeEx(Int64 model, Int64 rdfProperty, Int64 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
OBJECTPROPERTY_TYPE The property is an Object Property
DATATYPEPROPERTY_TYPE_BOOLEAN The property is an Datatype Property of type Boolean
DATATYPEPROPERTY_TYPE_CHAR The property is an Datatype Property of type Char
DATATYPEPROPERTY_TYPE_INTEGER The property is an Datatype Property of type Integer
DATATYPEPROPERTY_TYPE_DOUBLE The property is an Datatype Property of type Double