cPropMaterial GetMPIsotropic Method CSi API ETABS 2015
Retrieves the mechanical properties for a material with an isotropic directional symmetry type.

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

int GetMPIsotropic(
	string Name,
	ref double E,
	ref double U,
	ref double A,
	ref double G,
	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 
G
Type: OnlineSystem Double 
Temp (Optional)
Type: OnlineSystem Double
the temperature at which the specified data is to be retrieved. 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 retrieved; otherwise it returns a nonzero value. The function returns an error if the symmetry type of the specified material is not isotropic.
Remarks

Examples

See Also