cDesignConcrete SetCode Method CSi API ETABS 2015
Sets the concrete design code.

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

int SetCode(
	string CodeName
)

Parameters

CodeName
Type: OnlineSystem String
This is one of the following concrete design code names.
  • ACI 318-14
  • ACI 318-11
  • ACI 318-08/IBC2009
  • ACI 318-05/IBC2006
  • ACI 318-02
  • ACI 318-99
  • AS 3600-09
  • AS 3600-01
  • BS8110-97
  • BS8110-89
  • Chinese 2010
  • CSA A23.3-04
  • CSA-A23.3-94
  • EUROCODE 2-2004
  • EUROCODE 2-1992
  • Hong Kong CP 2004
  • Indian IS 456-2000
  • Italian DM 14-2-92
  • KCI-1999
  • Mexican RCDF 2004
  • Mexican RCDF 2001
  • NZS 3101-2006
  • NZS 3101-1995
  • Singapore CP 65:99
  • Turkish TS 500-2000
  • UBC97

Return Value

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

Examples

See Also