cAreaObj GetSpandrel Method CSi API ETABS 2015
Retrieves the Spandrel label assignments of an area object

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

int GetSpandrel(
	string Name,
	ref string SpandrelName
)

Parameters

Name
Type: OnlineSystem String
The name of an existing area object
SpandrelName
Type: OnlineSystem String 
The name of the Spandrel assignment, if any, or "None"

Return Value

Returns zero if the assignment is successfully retrieved; otherwise it returns a nonzero value.
Remarks

Examples

See Also