libsbmlcs.SBMLDocument.getElementBySId C# (CSharp) Метод

getElementBySId() публичный Метод

public getElementBySId ( string id ) : SBase
id string
Результат SBase
        public new SBase getElementBySId(string id)
        {
            SBase ret = (SBase) libsbml.DowncastSBase(libsbmlPINVOKE.SBMLDocument_getElementBySId(swigCPtr, id), false);
            if (libsbmlPINVOKE.SWIGPendingException.Pending) throw libsbmlPINVOKE.SWIGPendingException.Retrieve();
            return ret;
        }