cGridSysGetGridSys_2 Method

Retrieves the grid system specified by the Name item.

Namespace:  ETABS2016
Assembly:  ETABS2016 (in ETABS2016.dll) Version: 16.0.0.0 (16.0.0.0)
Syntax
int GetGridSys_2(
	string Name,
	ref double Xo,
	ref double Yo,
	ref double RZ,
	ref string GridSysType,
	ref int NumXLines,
	ref int NumYLines,
	ref string[] GridLineIDX,
	ref string[] GridLineIDY,
	ref double[] OrdinateX,
	ref double[] OrdinateY,
	ref bool[] VisibleX,
	ref bool[] VisibleY,
	ref string[] BubbleLocX,
	ref string[] BubbleLocY
)

Parameters

Name
Type: SystemString
The name of an existing grid system.
Xo
Type: SystemDouble
The global X grid of the origin of the grid system. [L]
Yo
Type: SystemDouble
The global Y grid of the origin of the grid system. [L]
RZ
Type: SystemDouble
The rotation of an axis of the new grid system relative to the global grid system is defined as follows: (1) Rotate the grid system about the positive global Z-axis as defined by the RZ item. [deg]
GridSysType
Type: SystemString
NumXLines
Type: SystemInt32
NumYLines
Type: SystemInt32
GridLineIDX
Type: SystemString
GridLineIDY
Type: SystemString
OrdinateX
Type: SystemDouble
OrdinateY
Type: SystemDouble
VisibleX
Type: SystemBoolean
VisibleY
Type: SystemBoolean
BubbleLocX
Type: SystemString
BubbleLocY
Type: SystemString

Return Value

Type: Int32
Returns zero if the grid system data is successfully retrieved, otherwise it returns a nonzero value.
Remarks
Examples
See Also