cDetailingGetDetailedColumnStackData Method

Namespace:  ETABS2016
Assembly:  ETABS2016 (in ETABS2016.dll) Version: 16.0.0.0 (16.0.0.0)
Syntax
int GetDetailedColumnStackData(
	string ColumnStackID,
	ref string[] ObjectUniqueNames,
	ref int NumLongBarSets,
	ref int[] NumLongBars,
	ref double[] LongBarDiameter,
	ref string[] LongBarNotation,
	ref double[] LongBarStartDist,
	ref int[] LongBarStartBend,
	ref int[] LongBarEndBend,
	ref double[] LongBarLength,
	ref int[] LongBarNumLayers,
	ref int NumTieZones,
	ref string[] TieBarZones,
	ref int[] NumTieBars,
	ref int[] NumTieVertLegs,
	ref double[] TieBarDiameter,
	ref string[] TieBarNotation,
	ref double[] TieBarStartDist,
	ref double[] TieBarSpacing,
	ref int[] TieBarType
)

Parameters

ColumnStackID
Type: SystemString
ObjectUniqueNames
Type: SystemString
NumLongBarSets
Type: SystemInt32
NumLongBars
Type: SystemInt32
LongBarDiameter
Type: SystemDouble
LongBarNotation
Type: SystemString
LongBarStartDist
Type: SystemDouble
LongBarStartBend
Type: SystemInt32
LongBarEndBend
Type: SystemInt32
LongBarLength
Type: SystemDouble
LongBarNumLayers
Type: SystemInt32
NumTieZones
Type: SystemInt32
TieBarZones
Type: SystemString
NumTieBars
Type: SystemInt32
NumTieVertLegs
Type: SystemInt32
TieBarDiameter
Type: SystemDouble
TieBarNotation
Type: SystemString
TieBarStartDist
Type: SystemDouble
TieBarSpacing
Type: SystemDouble
TieBarType
Type: SystemInt32

Return Value

Type: Int32
See Also