コード例 #1
0
 /// <summary>
 /// Sets the value of the automatically generated code-based design load combinations option.
 /// </summary>
 /// <param name="autoGenerate">True: Option to automatically generate code-based design load combinations for concrete frame design is turned on.</param>
 /// <exception cref="CSiException"><see cref="CSiApiBase.API_DEFAULT_ERROR_CODE" /></exception>
 protected void setComboAutoGenerate(IComboAuto app, bool autoGenerate)
 {
     app.SetComboAutoGenerate(AutogenerateLoadCombinations);
 }