public static GeMarker Alloc() { global::System.IntPtr cPtr = C4dApiPINVOKE.GeMarker_Alloc(); GeMarker ret = (cPtr == global::System.IntPtr.Zero) ? null : new GeMarker(cPtr, false); return(ret); }
public void Set(GeMarker m) { C4dApiPINVOKE.GeMarker_Set(swigCPtr, GeMarker.getCPtr(m)); if (C4dApiPINVOKE.SWIGPendingException.Pending) { throw C4dApiPINVOKE.SWIGPendingException.Retrieve(); } }
public int Compare(GeMarker m) { int ret = C4dApiPINVOKE.GeMarker_Compare(swigCPtr, GeMarker.getCPtr(m)); if (C4dApiPINVOKE.SWIGPendingException.Pending) { throw C4dApiPINVOKE.SWIGPendingException.Retrieve(); } return(ret); }
public bool IsEqual(GeMarker m) { bool ret = C4dApiPINVOKE.GeMarker_IsEqual(swigCPtr, GeMarker.getCPtr(m)); if (C4dApiPINVOKE.SWIGPendingException.Pending) { throw C4dApiPINVOKE.SWIGPendingException.Retrieve(); } return(ret); }
internal static global::System.Runtime.InteropServices.HandleRef getCPtr(GeMarker obj) { return((obj == null) ? new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero) : obj.swigCPtr); }
public GeMarker GetMarker() { GeMarker ret = new GeMarker(C4dApiPINVOKE.BaseList2D_GetMarker(swigCPtr), false); return(ret); }