cPropArea Count Method CSi API ETABS 2015
Returns the total number of defined area properties in the model. If desired, counts can be returned for all area properties of a specified type in the model.

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

int Count(
	int PropType = 0
)

Parameters

PropType (Optional)
Type: OnlineSystem Int32
This optional value is 0, 1, 2 or 3, indicating the type of area properties included in the count.
ValueType
0All
1Shell
2Plane
3Asolid

Return Value

The total number of defined area properties in the model.
Remarks

Plane and Asolid area properties are not supported in ETABS.
Examples

See Also