cDesignCompositeBeam GetCode Method CSi API ETABS 2015
Retrieves the composite beam design code.

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

int GetCode(
	ref string CodeName
)

Parameters

CodeName
Type: OnlineSystem String 
This is one of the following composite beam design code names.
  • AISC 360-10/IBC 2012
  • AISC 360-05/IBC 2006
  • BS 5950-1990
  • Chinese 2010
  • CSA S16-09
  • Eurocode 3-2005

Return Value

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

Examples

See Also