cPropMaterial SetTemp Method CSi API ETABS 2015
assigns the temperatures at which properties are specified for a material. This data is required only for materials whose properties are temperature dependent.

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

int SetTemp(
	string Name,
	int NumberItems,
	ref double[] Temp
)

Parameters

Name
Type: OnlineSystem String
The name of an existing material property.
NumberItems
Type: OnlineSystem Int32
The number of different temperatures at which properties are specified for the material.
Temp
Type:  OnlineSystem Double  
This is an array that includes the different temperatures at which properties are specified for the material.

Return Value

Returns zero if the temperatures are successfully set; otherwise it returns a nonzero value
Remarks

Examples

See Also