cPropRebar GetRebarProps Method CSi API ETABS 2015
Retrieves dimension data for a rebar property

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

int GetRebarProps(
	string Name,
	ref double Area,
	ref double Diameter
)

Parameters

Name
Type: OnlineSystem String
The name of an existing rebar property
Area
Type: OnlineSystem Double 
Diameter
Type: OnlineSystem Double 

Return Value

Returns zero if the data is successfully retrieved, otherwise it returns nonzero
Remarks

See Also