libsbmlcs.ListOfEvents.get C# (CSharp) Method

get() public method

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

Same methods

ListOfEvents::get ( long n ) : Event