libsbml.SBase.getAncestorOfType C# (CSharp) Method

getAncestorOfType() public method

public getAncestorOfType ( int type ) : SBase
type int
return 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