14using System.Runtime.InteropServices;
18 private Object locker =
new Object();
19 private HandleRef swigCPtr;
21 [System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
24 swigCPtr =
new HandleRef(
this, cPtr);
26 [System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
28 return (obj ==
null) ?
new HandleRef(
null, IntPtr.Zero) : obj.swigCPtr;
37 global::System.GC.SuppressFinalize(
this);
40 protected virtual void Dispose(
bool disposing) {
42 if (swigCPtr.Handle != global::System.IntPtr.Zero) {
47 swigCPtr =
new global::System.Runtime.InteropServices.HandleRef(
null, global::System.IntPtr.Zero);
OdDgExpressionConstValueVariant(IntPtr cPtr, bool cMemoryOwn)
OdDgExpressionConstValueVariantType
virtual void Dispose(bool disposing)
void setInt32Value(Int32 iValue)
OdDgExpressionConstValueVariant(OdDgExpressionConstValueVariant.OdDgExpressionConstValueVariantType uValueType, double dValue)
void setStringValue(String strValue)
void setDoubleValue(OdDgExpressionConstValueVariant.OdDgExpressionConstValueVariantType uValueType, double dValue)
OdDgExpressionConstValueVariant(Int32 iValue)
OdDgExpressionConstValueVariant.OdDgExpressionConstValueVariantType getDataType()
OdDgExpressionConstValueVariant()
static HandleRef getCPtr(OdDgExpressionConstValueVariant obj)
static global::System.Exception Retrieve()
static int OdDgExpressionConstValueVariant_getDataType(global::System.Runtime.InteropServices.HandleRef jarg1)
static String OdDgExpressionConstValueVariant_getStringValue(global::System.Runtime.InteropServices.HandleRef jarg1)
static void OdDgExpressionConstValueVariant_setStringValue(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]String jarg2)
static double OdDgExpressionConstValueVariant_getDoubleValue(global::System.Runtime.InteropServices.HandleRef jarg1)
static void OdDgExpressionConstValueVariant_setDoubleValue(global::System.Runtime.InteropServices.HandleRef jarg1, int jarg2, double jarg3)
static void delete_OdDgExpressionConstValueVariant(global::System.Runtime.InteropServices.HandleRef jarg1)
static void OdDgExpressionConstValueVariant_setInt32Value(global::System.Runtime.InteropServices.HandleRef jarg1, Int32 jarg2)
static Int32 OdDgExpressionConstValueVariant_getInt32Value(global::System.Runtime.InteropServices.HandleRef jarg1)