libsbml.SBase.getModelHistory C# (CSharp) Method

getModelHistory() public method

public getModelHistory ( ) : ModelHistory
return ModelHistory
        public ModelHistory getModelHistory()
        {
            IntPtr cPtr = libsbmlPINVOKE.SBase_getModelHistory__SWIG_0(swigCPtr);
            ModelHistory ret = (cPtr == IntPtr.Zero) ? null : new ModelHistory(cPtr, false);
            return ret;
        }
SBase