cCaseStaticNonlinearStaged SetStageData Method CSi API ETABS 2015

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

int SetStageData(
	string Name,
	int Stage,
	int NumberOperations,
	ref int[] Operation,
	ref string[] GroupName,
	ref int[] Age,
	ref string[] LoadType,
	ref string[] LoadName,
	ref double[] SF
)

Parameters

Name
Type: OnlineSystem String
Stage
Type: OnlineSystem Int32
NumberOperations
Type: OnlineSystem Int32
Operation
Type:  OnlineSystem Int32  
GroupName
Type:  OnlineSystem String  
Age
Type:  OnlineSystem Int32  
LoadType
Type:  OnlineSystem String  
LoadName
Type:  OnlineSystem String  
SF
Type:  OnlineSystem Double  
See Also