Ejemplo n.º 1
0
 /// <summary>
 /// This function sets the value of a concrete design preference item.
 /// </summary>
 /// <param name="item">The preference item considered.</param>
 /// <param name="value">The value of the considered preference item.</param>
 /// <exception cref="CSiException"></exception>
 public void SetPreference(ePreferences_Hong_Kong_CP_2013 item,
                           double value)
 {
     _callCode = _sapModel.DesignConcrete.Hong_Kong_CP_2013.SetPreference((int)item, value);
     if (throwCurrentApiException(_callCode))
     {
         throw new CSiException();
     }
 }
Ejemplo n.º 2
0
 /// <summary>
 /// Returns the value of a concrete design preference item.
 /// </summary>
 /// <param name="item">The preference item considered.</param>
 /// <param name="value">The value of the considered preference item.</param>
 /// <exception cref="CSiException"><see cref="CSiApiBase.API_DEFAULT_ERROR_CODE" /></exception>
 public void GetPreference(ePreferences_Hong_Kong_CP_2013 item,
                           ref double value)
 {
     _callCode = _sapModel.DesignConcrete.Hong_Kong_CP_2013.GetPreference((int)item, ref value);
     if (throwCurrentApiException(_callCode))
     {
         throw new CSiException(API_DEFAULT_ERROR_CODE);
     }
 }
Ejemplo n.º 3
0
 public void SetPreference(ePreferences_Hong_Kong_CP_2013 item,
                           double value)
 {
 }