Esempio n. 1
0
 public void unset_property(EFeatureProperty p)
 {
     modshogunPINVOKE.Features_unset_property(swigCPtr, (int)p);
     if (modshogunPINVOKE.SWIGPendingException.Pending)
     {
         throw modshogunPINVOKE.SWIGPendingException.Retrieve();
     }
 }
Esempio n. 2
0
    public bool has_property(EFeatureProperty p)
    {
        bool ret = modshogunPINVOKE.Features_has_property(swigCPtr, (int)p);

        if (modshogunPINVOKE.SWIGPendingException.Pending)
        {
            throw modshogunPINVOKE.SWIGPendingException.Retrieve();
        }
        return(ret);
    }
Esempio n. 3
0
 public void unset_property(EFeatureProperty p) {
   modshogunPINVOKE.Features_unset_property(swigCPtr, (int)p);
   if (modshogunPINVOKE.SWIGPendingException.Pending) throw modshogunPINVOKE.SWIGPendingException.Retrieve();
 }
Esempio n. 4
0
 public bool has_property(EFeatureProperty p) {
   bool ret = modshogunPINVOKE.Features_has_property(swigCPtr, (int)p);
   if (modshogunPINVOKE.SWIGPendingException.Pending) throw modshogunPINVOKE.SWIGPendingException.Retrieve();
   return ret;
 }