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
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
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