libsbml.SBMLConverterRegistry.getConverterFor C# (CSharp) Method

getConverterFor() public method

public getConverterFor ( ConversionProperties props ) : SBMLConverter
props ConversionProperties
return SBMLConverter
        public SBMLConverter getConverterFor(ConversionProperties props)
        {
            SBMLConverter ret
            = (SBMLConverter) libsbml.DowncastSBMLConverter(libsbmlPINVOKE.SBMLConverterRegistry_getConverterFor(swigCPtr, ConversionProperties.getCPtr(props)), false);
            if (libsbmlPINVOKE.SWIGPendingException.Pending) throw libsbmlPINVOKE.SWIGPendingException.Retrieve();
            return ret;
        }