ForceContent Method
Overloads
| ForceContent(String, Double) | 
             Sets the value of a dual variable overriding any input constraints.  | 
        
      
    
ForceContent(String, Double)
Sets the value of a dual variable overriding any input constraints.
Declaration
      [Obsolete("Use _GenericVariable::SetProperties_ method instead")]
void ForceContent([QixName("qs")] string s, [QixName("qd")] double d)
    
  Parameters
| Type | Name | Description | 
|---|---|---|
| System.String | s | 
           String representation of a dual value. Set this parameter to "", if the string representation is to be Null.  | 
      
| System.Double | d | 
           Numeric representation of a dual value.  |