cPropMaterial SetONoDesign Method CSi API ETABS 2015
Sets the other material property data for no design type materials.

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

int SetONoDesign(
	string Name,
	double FrictionAngle = 0,
	double DilatationalAngle = 0,
	double Temp = 0
)

Parameters

Name
Type: OnlineSystem String
The name of an existing concrete material property.
FrictionAngle (Optional)
Type: OnlineSystem Double
The Drucker-Prager friction angle. This item must be smaller or equal to 0 and less than 90. [deg]
DilatationalAngle (Optional)
Type: OnlineSystem Double
The Drucker-Prager dilatational angle. This item must be smaller or equal to 0 and less than 90. [deg]
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