libsbmlcs.ASTNode.replaceIDWithFunction C# (CSharp) Method

replaceIDWithFunction() public method

public replaceIDWithFunction ( string id, ASTNode function ) : void
id string
function ASTNode
return void
        public new void replaceIDWithFunction(string id, ASTNode function)
        {
            libsbmlPINVOKE.ASTNode_replaceIDWithFunction(swigCPtr, id, ASTNode.getCPtr(function));
            if (libsbmlPINVOKE.SWIGPendingException.Pending) throw libsbmlPINVOKE.SWIGPendingException.Retrieve();
        }