libsbml.SBase.getElementBySId C# (CSharp) Method

getElementBySId() public method

public getElementBySId ( string id ) : SBase
id string
return SBase
        public new SBase getElementBySId(string id)
        {
            SBase ret = (SBase) libsbml.DowncastSBase(libsbmlPINVOKE.SBase_getElementBySId__SWIG_0(swigCPtr, id), false);
            return ret;
        }
SBase