libsbml.SBase.getAncestorOfType C# (CSharp) Метод

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

public getAncestorOfType ( int type ) : SBase
type int
Результат SBase
        public SBase getAncestorOfType(int type)
        {
            SBase ret = (SBase) libsbml.DowncastSBase(libsbmlPINVOKE.SBase_getAncestorOfType__SWIG_1(swigCPtr, type), false);
            return ret;
        }

Same methods

SBase::getAncestorOfType ( int type, string pkgName ) : SBase
SBase