cGridSys GetGridSys Method CSi API ETABS 2015
Retrieves the grid system specified by the Name item.

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

int GetGridSys(
	string Name,
	ref double x,
	ref double y,
	ref double RZ
)

Parameters

Name
Type: OnlineSystem String
The name of an existing grid system.
x
Type: OnlineSystem Double 
The global X grid of the origin of the grid system. [L]
y
Type: OnlineSystem Double 
The global Y grid of the origin of the grid system. [L]
RZ
Type: OnlineSystem Double 
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]

Return Value

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

Examples

See Also