libsbmlcs.ASTNode.setStyle C# (CSharp) Method

setStyle() public method

public setStyle ( string style ) : int
style string
return int
        public int setStyle(string style)
        {
            int ret = libsbmlPINVOKE.ASTNode_setStyle(swigCPtr, style);
            if (libsbmlPINVOKE.SWIGPendingException.Pending) throw libsbmlPINVOKE.SWIGPendingException.Retrieve();
            return ret;
        }