cFrameObj GetOutputStations Method CSi API ETABS 2015
Retrieves frame object output station data

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

int GetOutputStations(
	string Name,
	ref int MyType,
	ref double MaxSegSize,
	ref int MinSections,
	ref bool NoOutPutAndDesignAtElementEnds,
	ref bool NoOutPutAndDesignAtPointLoads
)

Parameters

Name
Type: OnlineSystem String
The name of an existing frame object
MyType
Type: OnlineSystem Int32 
This is either 1 or 2 indicating how the output stations are specified
  1. maximum segment size, that is, maximum station spacing
  2. minimum number of stations
MaxSegSize
Type: OnlineSystem Double 
The maximum segment size, that is, the maximum station spacing. This item applies only when MyType = 1. [L]
MinSections
Type: OnlineSystem Int32 
The minimum number of stations. This item applies only when MyType = 2.
NoOutPutAndDesignAtElementEnds
Type: OnlineSystem Boolean 
If this item is True, no additional output stations are added at the ends of line elements when the frame object is internally meshed. In ETABS, this item will always be False.
NoOutPutAndDesignAtPointLoads
Type: OnlineSystem Boolean 
If this item is True, no additional output stations are added at point load locations. In ETABS, this item will always be False.

Return Value

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

Examples

See Also