libsbml.SBMLDocument.getValidator C# (CSharp) Method

getValidator() public method

public getValidator ( long index ) : SBMLValidator
index long
return SBMLValidator
        public SBMLValidator getValidator(long index)
        {
            IntPtr cPtr = libsbmlPINVOKE.SBMLDocument_getValidator(swigCPtr, index);
            SBMLValidator ret = (cPtr == IntPtr.Zero) ? null : new SBMLValidator(cPtr, false);
            return ret;
        }