cFrameObj GetAllFrames Method CSi API ETABS 2015
Retrieves select data for all frame objects in the model

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

int GetAllFrames(
	ref int NumberNames,
	ref string[] MyName,
	ref string[] PropName,
	ref string[] StoryName,
	ref string[] PointName1,
	ref string[] PointName2,
	ref double[] Point1X,
	ref double[] Point1Y,
	ref double[] Point1Z,
	ref double[] Point2X,
	ref double[] Point2Y,
	ref double[] Point2Z,
	ref double[] Angle,
	ref double[] Offset1X,
	ref double[] Offset2X,
	ref double[] Offset1Y,
	ref double[] Offset2Y,
	ref double[] Offset1Z,
	ref double[] Offset2Z,
	ref int[] CardinalPoint,
	string csys = "Global"
)

Parameters

NumberNames
Type: OnlineSystem Int32 
MyName
Type:  OnlineSystem String  
PropName
Type:  OnlineSystem String  
StoryName
Type:  OnlineSystem String  
PointName1
Type:  OnlineSystem String  
PointName2
Type:  OnlineSystem String  
Point1X
Type:  OnlineSystem Double  
Point1Y
Type:  OnlineSystem Double  
Point1Z
Type:  OnlineSystem Double  
Point2X
Type:  OnlineSystem Double  
Point2Y
Type:  OnlineSystem Double  
Point2Z
Type:  OnlineSystem Double  
Angle
Type:  OnlineSystem Double  
Offset1X
Type:  OnlineSystem Double  
Offset2X
Type:  OnlineSystem Double  
Offset1Y
Type:  OnlineSystem Double  
Offset2Y
Type:  OnlineSystem Double  
Offset1Z
Type:  OnlineSystem Double  
Offset2Z
Type:  OnlineSystem Double  
CardinalPoint
Type:  OnlineSystem Int32  
csys (Optional)
Type: OnlineSystem String

Return Value

Remarks

See Also