cPropMaterial GetONoDesign Method CSi API ETABS 2015
Retrieves 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 GetONoDesign(
	string Name,
	ref double FrictionAngle,
	ref double DilatationalAngle,
	double Temp = 0
)

Parameters

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

Examples

See Also