libsbmlcs.ASTNode.setDefinitionURL C# (CSharp) Method

setDefinitionURL() public method

public setDefinitionURL ( string url ) : int
url string
return int
        public int setDefinitionURL(string url)
        {
            int ret = libsbmlPINVOKE.ASTNode_setDefinitionURL__SWIG_1(swigCPtr, url);
            if (libsbmlPINVOKE.SWIGPendingException.Pending) throw libsbmlPINVOKE.SWIGPendingException.Retrieve();
            return ret;
        }

Same methods

ASTNode::setDefinitionURL ( XMLAttributes url ) : int