cFrameObjGetAllFrames Method

Retrieves select data for all frame objects in the model

Namespace:  ETABS2016
Assembly:  ETABS2016 (in ETABS2016.dll) Version: 16.0.0.0 (16.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: SystemInt32
MyName
Type: SystemString
PropName
Type: SystemString
StoryName
Type: SystemString
PointName1
Type: SystemString
PointName2
Type: SystemString
Point1X
Type: SystemDouble
Point1Y
Type: SystemDouble
Point1Z
Type: SystemDouble
Point2X
Type: SystemDouble
Point2Y
Type: SystemDouble
Point2Z
Type: SystemDouble
Angle
Type: SystemDouble
Offset1X
Type: SystemDouble
Offset2X
Type: SystemDouble
Offset1Y
Type: SystemDouble
Offset2Y
Type: SystemDouble
Offset1Z
Type: SystemDouble
Offset2Z
Type: SystemDouble
CardinalPoint
Type: SystemInt32
csys (Optional)
Type: SystemString

Return Value

Type: Int32
Remarks