cPropMaterial Count Method CSi API ETABS 2015
Gets the total number of defined material properties in the model. If desired, counts can be returned for all material 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(
	eMatType MatType = 
)

Parameters

MatType (Optional)
Type: ETABS2015 eMatType
This optional value is one of the items in the eMatType enumeration.

Return Value

Returns the total number of defined material properties in the model. If desired, counts can be returned for all material properties of a specified type in the model.
Remarks

Examples

See Also