SetDataTypeProperty
Syntax
public const string EngineDLL = @"engine.dll";[DllImport(EngineDLL, EntryPoint = "SetDataTypeProperty")] public static extern Int64 SetDataTypeProperty(Int64 owlInstance, Int64 rdfProperty, ref byte values, Int64 card); [DllImport(EngineDLL, EntryPoint = "SetDataTypeProperty")] public static extern Int64 SetDataTypeProperty(Int64 owlInstance, Int64 rdfProperty, byte[] values, Int64 card); [DllImport(EngineDLL, EntryPoint = "SetDataTypeProperty")] public static extern Int64 SetDataTypeProperty(Int64 owlInstance, Int64 rdfProperty, ref Int64 values, Int64 card); [DllImport(EngineDLL, EntryPoint = "SetDataTypeProperty")] public static extern Int64 SetDataTypeProperty(Int64 owlInstance, Int64 rdfProperty, Int64[] values, Int64 card); [DllImport(EngineDLL, EntryPoint = "SetDataTypeProperty")] public static extern Int64 SetDataTypeProperty(Int64 owlInstance, Int64 rdfProperty, ref double values, Int64 card); [DllImport(EngineDLL, EntryPoint = "SetDataTypeProperty")] public static extern Int64 SetDataTypeProperty(Int64 owlInstance, Int64 rdfProperty, double[] values, Int64 card); [DllImport(EngineDLL, EntryPoint = "SetDataTypeProperty")] public static extern Int64 SetDataTypeProperty(Int64 owlInstance, Int64 rdfProperty, ref string values, Int64 card); [DllImport(EngineDLL, EntryPoint = "SetDataTypeProperty")] public static extern Int64 SetDataTypeProperty(Int64 owlInstance, Int64 rdfProperty, string[] values, Int64 card);