cPropMaterial SetMPIsotropic Method CSi API ETABS 2015
Sets the material directional symmetry type to isotropic, and assigns the isotropic mechanical properties.

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

int SetMPIsotropic(
	string Name,
	double E,
	double U,
	double A,
	double Temp = 0
)

Parameters

Name
Type: OnlineSystem String
The name of an existing material property.
E
Type: OnlineSystem Double
U
Type: OnlineSystem Double
A
Type: OnlineSystem Double
Temp (Optional)
Type: OnlineSystem Double
The temperature at which the specified data applies. The temperature must have been defined previously for the material.

This item applies only if the specified material has properties that are temperature dependent. That is, it applies only if properties are specified for the material at more than one temperature.

Return Value

Returns zero if the data is successfully assigned; otherwise it returns a nonzero value.
Remarks

Examples

See Also