libsbmlcs.ConversionProperties.setBoolValue C# (CSharp) Method

setBoolValue() public method

public setBoolValue ( string key, bool value ) : void
key string
value bool
return void
        public new void setBoolValue(string key, bool value)
        {
            libsbmlPINVOKE.ConversionProperties_setBoolValue(swigCPtr, key, value);
            if (libsbmlPINVOKE.SWIGPendingException.Pending) throw libsbmlPINVOKE.SWIGPendingException.Retrieve();
        }