Exemplo n.º 1
0
 public void Set(GeMarker m) {
   C4dApiPINVOKE.GeMarker_Set(swigCPtr, GeMarker.getCPtr(m));
   if (C4dApiPINVOKE.SWIGPendingException.Pending) throw C4dApiPINVOKE.SWIGPendingException.Retrieve();
 }
Exemplo n.º 2
0
 public int Compare(GeMarker m) {
   int ret = C4dApiPINVOKE.GeMarker_Compare(swigCPtr, GeMarker.getCPtr(m));
   if (C4dApiPINVOKE.SWIGPendingException.Pending) throw C4dApiPINVOKE.SWIGPendingException.Retrieve();
   return ret;
 }
Exemplo n.º 3
0
 internal static HandleRef getCPtr(GeMarker obj) {
   return (obj == null) ? new HandleRef(null, IntPtr.Zero) : obj.swigCPtr;
 }
Exemplo n.º 4
0
 public bool IsEqual(GeMarker m) {
   bool ret = C4dApiPINVOKE.GeMarker_IsEqual(swigCPtr, GeMarker.getCPtr(m));
   if (C4dApiPINVOKE.SWIGPendingException.Pending) throw C4dApiPINVOKE.SWIGPendingException.Retrieve();
   return ret;
 }
Exemplo n.º 5
0
 public GeMarker GetMarker() {
   GeMarker ret = new GeMarker(C4dApiPINVOKE.BaseList2D_GetMarker(swigCPtr), false);
   return ret;
 }