libsbmlcs.ConversionOption.setValue C# (CSharp) Method

setValue() public method

public setValue ( string value ) : void
value string
return void
        public void setValue(string value)
        {
            libsbmlPINVOKE.ConversionOption_setValue(swigCPtr, value);
            if (libsbmlPINVOKE.SWIGPendingException.Pending) throw libsbmlPINVOKE.SWIGPendingException.Retrieve();
        }