cPropMaterial GetTemp Method CSi API ETABS 2015
Retrieves the temperatures at which properties are specified for a material.

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

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

Parameters

Name
Type: OnlineSystem String
The name of a 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 retrieved; otherwise it returns a nonzero value
Remarks

Examples

See Also