libsbmlcs.Model.getElementByMetaId C# (CSharp) Method

getElementByMetaId() public method

public getElementByMetaId ( string metaid ) : SBase
metaid string
return SBase
        public new SBase getElementByMetaId(string metaid)
        {
            SBase ret = (SBase) libsbml.DowncastSBase(libsbmlPINVOKE.Model_getElementByMetaId(swigCPtr, metaid), false);
            if (libsbmlPINVOKE.SWIGPendingException.Pending) throw libsbmlPINVOKE.SWIGPendingException.Retrieve();
            return ret;
        }
Model