cFrameObj GetSection Method CSi API ETABS 2015
Retrieves the frame section property assigned to a frame object.

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

int GetSection(
	string Name,
	ref string PropName,
	ref string SAuto
)

Parameters

Name
Type: OnlineSystem String
The name of a defined frame object.
PropName
Type: OnlineSystem String 
If no auto select list is assigned to the frame object, this is the name of the frame section property assigned to the frame object. If an auto select list is assigned to the frame object, this is the name of the frame section property, within the auto select list, which is currently being used as the analysis property for the frame object. If this item is None, no frame section property is assigned to the frame object.
SAuto
Type: OnlineSystem String 
This is the name of the auto select list assigned to the frame object, if any. If this item is returned as a blank string, no auto select list is assigned to the frame object.

Return Value

Returns zero if the frame object property is successfully retrieved, otherwise it returns a nonzero value.
Remarks

Examples

See Also