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