cGridSys GetTransformationMatrix Method CSi API ETABS 2015
Retrieves the grid system transformation matrix.

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

int GetTransformationMatrix(
	string Name,
	ref double[] Value
)

Parameters

Name
Type: OnlineSystem String
The name of an existing grid system.
Value
Type:  OnlineSystem Double  
Value is an array of nine direction cosines that define the transformation matrix from the specified grid system to the global grid system.

Return Value

Returns zero if the grid system transformation matrix is successfully returned, otherwise it returns a nonzero value.
Remarks

Examples

See Also