libsbmlcs.FunctionDefinition.setName C# (CSharp) Method

setName() public method

public setName ( string name ) : int
name string
return int
        public new int setName(string name)
        {
            int ret = libsbmlPINVOKE.FunctionDefinition_setName(swigCPtr, name);
            if (libsbmlPINVOKE.SWIGPendingException.Pending) throw libsbmlPINVOKE.SWIGPendingException.Retrieve();
            return ret;
        }