libsbml.SBMLDocument.getValidator C# (CSharp) 메소드

getValidator() 공개 메소드

public getValidator ( long index ) : SBMLValidator
index long
리턴 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;
        }