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);
56 public OdAngleCoordinate(UInt16 degrees,
byte minutes,
byte seconds) : this(
TG_DbPINVOKE.new_OdAngleCoordinate__SWIG_1(degrees , minutes , seconds ), true) {
OdAngleCoordinate(UInt16 degrees, byte minutes, byte seconds)
static HandleRef getCPtr(OdAngleCoordinate obj)
virtual void Dispose(bool disposing)
OdAngleCoordinate(IntPtr cPtr, bool cMemoryOwn)
void setDegrees(UInt16 val)
void setMinutes(byte val)
void setSeconds(byte val)
static global::System.Exception Retrieve()
static byte OdAngleCoordinate_getMinutes(global::System.Runtime.InteropServices.HandleRef jarg1)
static byte OdAngleCoordinate_getSeconds(global::System.Runtime.InteropServices.HandleRef jarg1)
static void OdAngleCoordinate_setMinutes(global::System.Runtime.InteropServices.HandleRef jarg1, byte jarg2)
static Int16 OdAngleCoordinate_getDegrees(global::System.Runtime.InteropServices.HandleRef jarg1)
static void OdAngleCoordinate_setDegrees(global::System.Runtime.InteropServices.HandleRef jarg1, UInt16 jarg2)
static void OdAngleCoordinate_setSeconds(global::System.Runtime.InteropServices.HandleRef jarg1, byte jarg2)
static void delete_OdAngleCoordinate(global::System.Runtime.InteropServices.HandleRef jarg1)