cPropFrame SetAutoSelectSteel Method CSi API ETABS 2015
Assigns frame section properties to an auto select list. If this function is called for an existing frame section property, all items for the section are reset to their default value.

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

int SetAutoSelectSteel(
	string Name,
	int NumberItems,
	ref string[] SectName,
	string AutoStartSection = "Median",
	string Notes = "",
	string GUID = ""
)

Parameters

Name
Type: OnlineSystem String
The name of an existing or new frame section property. If this is an existing property, that property is modified; otherwise, a new property is added.
NumberItems
Type: OnlineSystem Int32
The number of frame section properties included in the auto select list.
SectName
Type:  OnlineSystem String  
AutoStartSection (Optional)
Type: OnlineSystem String
This is either Median or the name of a frame section property in the SectName array. It is the starting section for the auto select list.
Notes (Optional)
Type: OnlineSystem String
GUID (Optional)
Type: OnlineSystem String
The GUID (global unique identifier), if any, assigned to the section. If this item is input as Default, the program assigns a GUID to the section.

Return Value

Returns zero if the auto select list is successfully filled; otherwise it returns a nonzero value.
Remarks

Examples

See Also