コード例 #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);
 }
コード例 #2
0
        // ===
#if !BUILD_ETABS2015 && !BUILD_ETABS2016 && !BUILD_ETABS2017 && !BUILD_SAP2000v16 && !BUILD_SAP2000v17
        /// <summary>
        /// Retrieves the value of the automatically generated code-based design load combinations option.
        /// True: Option to automatically generate code-based design load combinations for concrete frame design is turned on.
        /// </summary>
        /// <exception cref="CSiException"><see cref="CSiApiBase.API_DEFAULT_ERROR_CODE" /></exception>
        protected void getComboAutoGenerate(IComboAuto app)
        {
            AutogenerateLoadCombinations = app.GetComboAutoGenerate();
        }