libsbmlcs.ASTNode.setDefinitionURL C# (CSharp) Method

setDefinitionURL() public method

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

Same methods

ASTNode::setDefinitionURL ( string url ) : int