コード例 #1
0
        // ===

        /// <summary>
        /// Gets the load combination selected for strength design.
        /// </summary>
        /// <exception cref="CSiException"><see cref="CSiApiBase.API_DEFAULT_ERROR_CODE" /></exception>
        protected void getComboStrength(IComboStrength app)
        {
            CombinationsStrength = new List <string>(app.GetComboStrength());
        }
コード例 #2
0
 /// <summary>
 /// Gets the load combination selected for strength design.
 /// </summary>
 /// <exception cref="CSiException"><see cref="CSiApiBase.API_DEFAULT_ERROR_CODE" /></exception>
 public void Fill()
 {
     _combinationNames = new List <string>(_apiComboStrength.GetComboStrength());
 }