libsbml.SBase.getElementBySId C# (CSharp) 메소드

getElementBySId() 공개 메소드

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