libsbmlcs.Model.setLengthUnits C# (CSharp) Method

setLengthUnits() public method

public setLengthUnits ( string units ) : int
units string
return int
        public int setLengthUnits(string units)
        {
            int ret = libsbmlPINVOKE.Model_setLengthUnits(swigCPtr, units);
            if (libsbmlPINVOKE.SWIGPendingException.Pending) throw libsbmlPINVOKE.SWIGPendingException.Retrieve();
            return ret;
        }
Model