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

getParentSBMLObject() 공개 메소드

public getParentSBMLObject ( ) : SBase
리턴 SBase
        public SBase getParentSBMLObject()
        {
            SBase ret = (SBase) libsbml.DowncastSBase(libsbmlPINVOKE.SBase_getParentSBMLObject__SWIG_0(swigCPtr), false);
            return ret;
        }
SBase