cFrameObjGetSupports Method

Retrieves support data for a given frame beam object

Namespace:  ETABS2016
Assembly:  ETABS2016 (in ETABS2016.dll) Version: 16.0.0.0 (16.0.0.0)
Syntax
int GetSupports(
	string Name,
	ref string SupportName1,
	ref eObjType SupportType1,
	ref string SupportName2,
	ref eObjType SupportType2
)

Parameters

Name
Type: SystemString
The name of an existing frame beam object
SupportName1
Type: SystemString
The name of the column frame object, beam frame object or wall area object which supports the beam at its start node
SupportType1
Type: ETABS2016eObjType
A value from the eObjType enumeration
SupportName2
Type: SystemString
The name of the column frame object, beam frame object or wall area object which supports the beam at its end node
SupportType2
Type: ETABS2016eObjType
A value from the eObjType enumeration

Return Value

Type: Int32
Remarks