SetPropertyType
The following values are possible for propertyType:
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
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
public const string enginedll = @"engine.dll"; [DllImport(enginedll, EntryPoint = "SetPropertyType")] public static extern Int64 SetPropertyType(Int64 rdfProperty, Int64 propertyType);
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