cDesignSteelGetSummaryResults Method

Namespace:  ETABS2016
Assembly:  ETABS2016 (in ETABS2016.dll) Version: 16.0.0.0 (16.0.0.0)
Syntax
int GetSummaryResults(
	string Name,
	ref int NumberItems,
	ref string[] FrameName,
	ref double[] Ratio,
	ref int[] RatioType,
	ref double[] Location,
	ref string[] ComboName,
	ref string[] ErrorSummary,
	ref string[] WarningSummary,
	eItemType ItemType = eItemType.Objects
)

Parameters

Name
Type: SystemString
NumberItems
Type: SystemInt32
FrameName
Type: SystemString
Ratio
Type: SystemDouble
RatioType
Type: SystemInt32
Location
Type: SystemDouble
ComboName
Type: SystemString
ErrorSummary
Type: SystemString
WarningSummary
Type: SystemString
ItemType (Optional)
Type: ETABS2016eItemType

Return Value

Type: Int32
See Also