libsbmlcs.ListOfEvents.remove C# (CSharp) Method

remove() public method

public remove ( string sid ) : Event
sid string
return Event
        public new Event remove(string sid)
        {
            IntPtr cPtr = libsbmlPINVOKE.ListOfEvents_remove__SWIG_1(swigCPtr, sid);
            Event ret = (cPtr == IntPtr.Zero) ? null : new Event(cPtr, true);
            if (libsbmlPINVOKE.SWIGPendingException.Pending) throw libsbmlPINVOKE.SWIGPendingException.Retrieve();
            return ret;
        }

Same methods

ListOfEvents::remove ( long n ) : Event