cDCoACI318_08_IBC2009 SetPreference Method CSi API ETABS 2015
Sets the value of a concrete design preference item.

Namespace: ETABS2015
Assembly: ETABS2015 (in ETABS2015.dll) Version: 15.0.0.0 (15.0.0.0)
Syntax

int SetPreference(
	int Item,
	double Value
)

Parameters

Item
Type: OnlineSystem Int32
This is an integer between 1 and 13, inclusive, indicating the preference item considered.
  1. Number of interaction curves
  2. Number of interaction points
  3. Consider minimum eccentricity
  4. Seismic design category
  5. Phi tension controlled
  6. Phi compression controlled tied
  7. Phi compression controlled spiral
  8. Phi shear and/or torsion
  9. Phi shear seismic
  10. Phi joint shear
  11. Pattern live load factor
  12. Utilization factor limit
  13. Multi-response case design
Value
Type: OnlineSystem Double
The value of the considered preference item.
  1. Number of interaction curves Value >= 4 and devisable by 4
  2. Number of interaction points Value >= 5 and odd
  3. Consider minimum eccentricity 0 = No

    Any other value = Yes

  4. Seismic design category
    1. A
    2. B
    3. C
    4. D
    5. E
    6. F
  5. Phi tension controlled Value > 0
  6. Phi compression controlled tied Value > 0
  7. Phi compression controlled spiral Value > 0
  8. Phi shear and/or torsion Value > 0
  9. Phi shear seismic Value > 0
  10. Phi joint shear Value > 0
  11. Pattern live load factor Value >= 0
  12. Utilization factor limit Value > 0
  13. Multi-response case design
    1. Envelopes
    2. Step-by step
    3. Last step
    4. Envelopes - All
    5. Step-by step - All

Return Value

Returns zero if the item is successfully set; otherwise it returns a nonzero value.
Remarks

Examples

See Also