cDesignSteelGetSummaryResults_2 Method

Namespace:  ETABS2016
Assembly:  ETABS2016 (in ETABS2016.dll) Version: 16.0.0.0 (16.0.0.0)
Syntax
int GetSummaryResults_2(
	string Name,
	ref int NumberItems,
	ref string[] FrameType,
	ref string[] DesignSect,
	ref string[] Status,
	ref string[] PMMCombo,
	ref double[] PMMRatio,
	ref double[] PRatio,
	ref double[] MMajRatio,
	ref double[] MMinRatio,
	ref string[] VMajCombo,
	ref double[] VMajRatio,
	ref string[] VMinCombo,
	ref double[] VMinRatio,
	eItemType ItemType = eItemType.Objects
)

Parameters

Name
Type: SystemString
NumberItems
Type: SystemInt32
FrameType
Type: SystemString
DesignSect
Type: SystemString
Status
Type: SystemString
PMMCombo
Type: SystemString
PMMRatio
Type: SystemDouble
PRatio
Type: SystemDouble
MMajRatio
Type: SystemDouble
MMinRatio
Type: SystemDouble
VMajCombo
Type: SystemString
VMajRatio
Type: SystemDouble
VMinCombo
Type: SystemString
VMinRatio
Type: SystemDouble
ItemType (Optional)
Type: ETABS2016eItemType

Return Value

Type: Int32
See Also