libsbml.SBMLTransforms.replaceFD C# (CSharp) Method

replaceFD() public static method

public static replaceFD ( ASTNode math, ListOfFunctionDefinitions lofd, IdList idsToExclude ) : void
math ASTNode
lofd ListOfFunctionDefinitions
idsToExclude IdList
return void
        public static void replaceFD(ASTNode math, ListOfFunctionDefinitions lofd, IdList idsToExclude)
        {
            libsbmlPINVOKE.SBMLTransforms_replaceFD__SWIG_2(ASTNode.getCPtr(math), ListOfFunctionDefinitions.getCPtr(lofd), IdList.getCPtr(idsToExclude));
        }

Same methods

SBMLTransforms::replaceFD ( ASTNode math, FunctionDefinition fd ) : void
SBMLTransforms::replaceFD ( ASTNode math, FunctionDefinition fd, IdList idsToExclude ) : void
SBMLTransforms::replaceFD ( ASTNode math, ListOfFunctionDefinitions lofd ) : void