public void unset_property(EFeatureProperty p) { modshogunPINVOKE.Features_unset_property(swigCPtr, (int)p); if (modshogunPINVOKE.SWIGPendingException.Pending) { throw modshogunPINVOKE.SWIGPendingException.Retrieve(); } }
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); }
public void unset_property(EFeatureProperty p) { modshogunPINVOKE.Features_unset_property(swigCPtr, (int)p); if (modshogunPINVOKE.SWIGPendingException.Pending) throw modshogunPINVOKE.SWIGPendingException.Retrieve(); }
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; }