cPropFrame GetAllFrameProperties Method CSi API ETABS 2015
Retrieves select data for all frame properties in the model

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

int GetAllFrameProperties(
	ref int NumberNames,
	ref string[] MyName,
	ref eFramePropType[] PropType,
	ref double[] t3,
	ref double[] t2,
	ref double[] tf,
	ref double[] tw,
	ref double[] t2b,
	ref double[] tfb
)

Parameters

NumberNames
Type: OnlineSystem Int32 
MyName
Type:  OnlineSystem String  
PropType
Type:  ETABS2015 eFramePropType  
t3
Type:  OnlineSystem Double  
t2
Type:  OnlineSystem Double  
tf
Type:  OnlineSystem Double  
tw
Type:  OnlineSystem Double  
t2b
Type:  OnlineSystem Double  
tfb
Type:  OnlineSystem Double  

Return Value

Remarks

See Also