cSpandrelLabel SetSpandrel Method CSi API ETABS 2015
Adds a new Spandrel Label, or modifies an existing Spandrel Label

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

int SetSpandrel(
	string Name,
	bool IsMultiStory
)

Parameters

Name
Type: OnlineSystem String
The name of a Spandrel Label. If this is the name of an existing spandrel label, that spandrel label is modified, otherwise a new spandrel label is added.
IsMultiStory
Type: OnlineSystem Boolean
Whether the Spandrel Label spans multiple story levels

Return Value

Returns zero if the Spandrel Label is successfully added or modified, otherwise it returns a nonzero value.
Remarks

Examples

See Also