libsbml.SBase.getCVTerm C# (CSharp) Method

getCVTerm() public method

public getCVTerm ( long n ) : CVTerm
n long
return CVTerm
        public CVTerm getCVTerm(long n)
        {
            IntPtr cPtr = libsbmlPINVOKE.SBase_getCVTerm(swigCPtr, n);
            CVTerm ret = (cPtr == IntPtr.Zero) ? null : new CVTerm(cPtr, false);
            return ret;
        }
SBase