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);
static HandleRef getCPtr(OdGePoint3d obj)
static HandleRef getCPtr(OdDgTemplateColorValue obj)
OdDgTemplateValueVariant.OdDgTemplateVariantDataType getDataType()
OdDgTemplateValueVariant()
OdGePoint3d getPoint3dValue()
static HandleRef getCPtr(OdDgTemplateValueVariant obj)
virtual void Dispose(bool disposing)
void setPoint3dValue(OdGePoint3d ptVal)
OdDgTemplateValueVariant(IntPtr cPtr, bool cMemoryOwn)
void setDoubleValue(double dVal)
void setBoolValue(bool bVal)
OdDgTemplateColorValue getColorValue()
void setShortValue(UInt16 uVal)
void setStringValue(String strVal)
void setByteValue(byte uVal)
void setColorValue(OdDgTemplateColorValue clrVal)
OdDgTemplateVariantDataType
void setDataType(OdDgTemplateValueVariant.OdDgTemplateVariantDataType uType)
static global::System.Exception Retrieve()
static int OdDgTemplateValueVariant_getDataType(global::System.Runtime.InteropServices.HandleRef jarg1)
static void OdDgTemplateValueVariant_setDoubleValue(global::System.Runtime.InteropServices.HandleRef jarg1, double jarg2)
static void OdDgTemplateValueVariant_setShortValue(global::System.Runtime.InteropServices.HandleRef jarg1, UInt16 jarg2)
static double OdDgTemplateValueVariant_getDoubleValue(global::System.Runtime.InteropServices.HandleRef jarg1)
static void OdDgTemplateValueVariant_setStringValue(global::System.Runtime.InteropServices.HandleRef jarg1, [MarshalAs(UnmanagedType.LPWStr)]String jarg2)
static bool OdDgTemplateValueVariant_getBoolValue(global::System.Runtime.InteropServices.HandleRef jarg1)
static byte OdDgTemplateValueVariant_getByteValue(global::System.Runtime.InteropServices.HandleRef jarg1)
static global::System.IntPtr OdDgTemplateValueVariant_getPoint3dValue(global::System.Runtime.InteropServices.HandleRef jarg1)
static void OdDgTemplateValueVariant_setColorValue(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)
static void delete_OdDgTemplateValueVariant(global::System.Runtime.InteropServices.HandleRef jarg1)
static void OdDgTemplateValueVariant_setBoolValue(global::System.Runtime.InteropServices.HandleRef jarg1, bool jarg2)
static String OdDgTemplateValueVariant_getStringValue(global::System.Runtime.InteropServices.HandleRef jarg1)
static void OdDgTemplateValueVariant_setByteValue(global::System.Runtime.InteropServices.HandleRef jarg1, byte jarg2)
static global::System.IntPtr OdDgTemplateValueVariant_getColorValue(global::System.Runtime.InteropServices.HandleRef jarg1)
static void OdDgTemplateValueVariant_setDataType(global::System.Runtime.InteropServices.HandleRef jarg1, int jarg2)
static UInt16 OdDgTemplateValueVariant_getShortValue(global::System.Runtime.InteropServices.HandleRef jarg1)
static void OdDgTemplateValueVariant_setPoint3dValue(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2)