14using System.Runtime.InteropServices;
17 private Object locker =
new Object();
18 private HandleRef swigCPtr;
19 [System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
21 swigCPtr =
new HandleRef(
this, cPtr);
24 [System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
26 return (obj ==
null) ?
new HandleRef(
null, IntPtr.Zero) : obj.swigCPtr;
29 protected override void Dispose(
bool disposing) {
31 if (swigCPtr.Handle != global::System.IntPtr.Zero) {
36 swigCPtr =
new global::System.Runtime.InteropServices.HandleRef(
null, global::System.IntPtr.Zero);
38 base.Dispose(disposing);
static global::System.Exception Retrieve()
static void OdGiExtendedClipBoundary_setClipBoundaryPoints(global::System.Runtime.InteropServices.HandleRef jarg1, IntPtr jarg2)
static IntPtr OdGiExtendedClipBoundary_clipBoundaryCounts(global::System.Runtime.InteropServices.HandleRef jarg1)
static int OdGiExtendedClipBoundary_type(global::System.Runtime.InteropServices.HandleRef jarg1)
static void OdGiExtendedClipBoundary_setClipBoundaryCounts(global::System.Runtime.InteropServices.HandleRef jarg1, IntPtr jarg2)
static global::System.IntPtr OdGiExtendedClipBoundary_clone(global::System.Runtime.InteropServices.HandleRef jarg1)
static IntPtr OdGiExtendedClipBoundary_clipBoundaryPoints(global::System.Runtime.InteropServices.HandleRef jarg1)
static void delete_OdGiExtendedClipBoundary(global::System.Runtime.InteropServices.HandleRef jarg1)
static HandleRef getCPtr(OdGePoint2dArray obj)
OdGiAbstractClipBoundary()
void setClipBoundaryCounts(OdIntArray pCounts)
override void Dispose(bool disposing)
static HandleRef getCPtr(OdGiExtendedClipBoundary obj)
OdIntArray clipBoundaryCounts()
override OdGiAbstractClipBoundary.BoundaryType type()
override Teigha.Core.OdGiAbstractClipBoundary.BoundaryType vb_type()
void setClipBoundaryPoints(OdGePoint2dArray pPoints)
OdGePoint2dArray clipBoundaryPoints()
OdGiExtendedClipBoundary()
OdGiExtendedClipBoundary(IntPtr cPtr, bool cMemoryOwn)
override OdGiAbstractClipBoundary clone()
static HandleRef getCPtr(OdIntArray obj)