libsbml.SBase.getListOfAllElements C# (CSharp) Method

getListOfAllElements() public method

public getListOfAllElements ( ) : SBaseList
return SBaseList
        public SBaseList getListOfAllElements()
        {
            IntPtr cPtr = libsbmlPINVOKE.SBase_getListOfAllElements__SWIG_1(swigCPtr);
            SBaseList ret = (cPtr == IntPtr.Zero) ? null : new SBaseList(cPtr, false);
            return ret;
        }

Same methods

SBase::getListOfAllElements ( ElementFilter filter ) : SBaseList
SBase