cPropFrame GetAutoSelectSteel Method CSi API ETABS 2015
Retrieves frame section property data for a steel auto select lists.

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

int GetAutoSelectSteel(
	string Name,
	ref int NumberItems,
	ref string[] SectName,
	ref string AutoStartSection,
	ref string Notes,
	ref string GUID
)

Parameters

Name
Type: OnlineSystem String
The name of an existing auto select section list–type frame section property.
NumberItems
Type: OnlineSystem Int32 
The number of frame section properties included in the auto select list.
SectName
Type:  OnlineSystem String  
AutoStartSection
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
Type: OnlineSystem String 
GUID
Type: OnlineSystem String 
The GUID (global unique identifier), if any, assigned to the section.

Return Value

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

Examples

See Also