cAnalysisResults SectionCutAnalysis Method CSi API ETABS 2015

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

int SectionCutAnalysis(
	ref int NumberResults,
	ref string[] SCut,
	ref string[] LoadCase,
	ref string[] StepType,
	ref double[] StepNum,
	ref double[] F1,
	ref double[] F2,
	ref double[] F3,
	ref double[] M1,
	ref double[] M2,
	ref double[] M3
)

Parameters

NumberResults
Type: OnlineSystem Int32 
SCut
Type:  OnlineSystem String  
LoadCase
Type:  OnlineSystem String  
StepType
Type:  OnlineSystem String  
StepNum
Type:  OnlineSystem Double  
F1
Type:  OnlineSystem Double  
F2
Type:  OnlineSystem Double  
F3
Type:  OnlineSystem Double  
M1
Type:  OnlineSystem Double  
M2
Type:  OnlineSystem Double  
M3
Type:  OnlineSystem Double  
See Also