cDesignConcreteGetSummaryResultsJoint Method

Namespace:  ETABS2016
Assembly:  ETABS2016 (in ETABS2016.dll) Version: 16.0.0.0 (16.0.0.0)
Syntax
int GetSummaryResultsJoint(
	string Name,
	ref int NumberItems,
	ref string[] FrameName,
	ref string[] LCJSRatioMajor,
	ref double[] JSRatioMajor,
	ref string[] LCJSRatioMinor,
	ref double[] JSRatioMinor,
	ref string[] LCBCCRatioMajor,
	ref double[] BCCRatioMajor,
	ref string[] LCBCCRatioMinor,
	ref double[] BCCRatioMinor,
	ref string[] ErrorSummary,
	ref string[] WarningSummary,
	eItemType ItemType = eItemType.Objects
)

Parameters

Name
Type: SystemString
NumberItems
Type: SystemInt32
FrameName
Type: SystemString
LCJSRatioMajor
Type: SystemString
JSRatioMajor
Type: SystemDouble
LCJSRatioMinor
Type: SystemString
JSRatioMinor
Type: SystemDouble
LCBCCRatioMajor
Type: SystemString
BCCRatioMajor
Type: SystemDouble
LCBCCRatioMinor
Type: SystemString
BCCRatioMinor
Type: SystemDouble
ErrorSummary
Type: SystemString
WarningSummary
Type: SystemString
ItemType (Optional)
Type: ETABS2016eItemType

Return Value

Type: Int32
See Also