cPropMaterial GetOTendon_1 Method CSi API ETABS 2015
Retrieves the other material property data for tendon materials.

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

int GetOTendon_1(
	string Name,
	ref double Fy,
	ref double Fu,
	ref int SSType,
	ref int SSHysType,
	ref double FinalSlope,
	double Temp = 0
)

Parameters

Name
Type: OnlineSystem String
The name of an existing tendon material property.
Fy
Type: OnlineSystem Double 
Fu
Type: OnlineSystem Double 
The minimum tensile stress. [F/L2]
SSType
Type: OnlineSystem Int32 
This is 0, 1 or 2, indicating the stress-strain curve type.
ValueSSType
0User defined
1Parametric - 250 ksi strand
1Parametric - 270 ksi strand
SSHysType
Type: OnlineSystem Int32 
This is 0 through 7, indicating the stress-strain curve type.
ValueSSHysType
0Elastic
1Kinematic
2Takeda
3Pivot
4Concrete
5BRB Hardening
6Degrading
7Isotropic
FinalSlope
Type: OnlineSystem Double 
This item applies only to parametric stress-strain curves. It is a multiplier on the material modulus of elasticity, E. This value multiplied times E gives the final slope of the curve.
Temp (Optional)
Type: OnlineSystem Double
The temperature at which the specified data 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 specified material is not tendon.
Remarks

Examples

See Also