cCaseStaticNonlinearStagedGetStageDefinitions Method  | 
  
    Namespace: 
   ETABS2016
    Assembly:
   ETABS2016 (in ETABS2016.dll) Version: 16.0.0.0 (16.0.0.0)
Syntaxint GetStageDefinitions(
	string Name,
	ref int NumberStages,
	ref int[] Duration,
	ref string[] Comment
)
Function GetStageDefinitions ( 
	Name As String,
	ByRef NumberStages As Integer,
	ByRef Duration As Integer(),
	ByRef Comment As String()
) As Integer
int GetStageDefinitions(
	String^ Name, 
	int% NumberStages, 
	array<int>^% Duration, 
	array<String^>^% Comment
)
abstract GetStageDefinitions : 
        Name : string * 
        NumberStages : int byref * 
        Duration : int[] byref * 
        Comment : string[] byref -> int 
Parameters
- Name
 - Type: SystemString
 - NumberStages
 - Type: SystemInt32
 - Duration
 - Type: SystemInt32
 - Comment
 - Type: SystemString
 
Return Value
Type: 
Int32
See Also