cPropFrameGetAllFrameProperties Method

Retrieves select data for all frame properties in the model

Namespace:  ETABS2016
Assembly:  ETABS2016 (in ETABS2016.dll) Version: 16.0.0.0 (16.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: SystemInt32
MyName
Type: SystemString
PropType
Type: ETABS2016eFramePropType
t3
Type: SystemDouble
t2
Type: SystemDouble
tf
Type: SystemDouble
tw
Type: SystemDouble
t2b
Type: SystemDouble
tfb
Type: SystemDouble

Return Value

Type: Int32
Remarks