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