cDesignConcrete GetSummaryResultsColumn Method CSi API ETABS 2015

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

int GetSummaryResultsColumn(
	string Name,
	ref int NumberItems,
	ref string[] FrameName,
	ref int[] MyOption,
	ref double[] Location,
	ref string[] PMMCombo,
	ref double[] PMMArea,
	ref double[] PMMRatio,
	ref string[] VMajorCombo,
	ref double[] AVMajor,
	ref string[] VMinorCombo,
	ref double[] AVMinor,
	ref string[] ErrorSummary,
	ref string[] WarningSummary,
	eItemType ItemType = eItemType.Objects
)

Parameters

Name
Type: OnlineSystem String
NumberItems
Type: OnlineSystem Int32 
FrameName
Type:  OnlineSystem String  
MyOption
Type:  OnlineSystem Int32  
Location
Type:  OnlineSystem Double  
PMMCombo
Type:  OnlineSystem String  
PMMArea
Type:  OnlineSystem Double  
PMMRatio
Type:  OnlineSystem Double  
VMajorCombo
Type:  OnlineSystem String  
AVMajor
Type:  OnlineSystem Double  
VMinorCombo
Type:  OnlineSystem String  
AVMinor
Type:  OnlineSystem Double  
ErrorSummary
Type:  OnlineSystem String  
WarningSummary
Type:  OnlineSystem String  
ItemType (Optional)
Type: ETABS2015 eItemType
See Also