cGridSysGetGridSysCartesian Method

Namespace:  ETABS2016
Assembly:  ETABS2016 (in ETABS2016.dll) Version: 16.0.0.0 (16.0.0.0)
Syntax
int GetGridSysCartesian(
	string Name,
	ref double Xo,
	ref double Yo,
	ref double RZ,
	ref bool StoryRangeIsDefault,
	ref string TopStory,
	ref string BottomStory,
	ref double BubbleSize,
	ref int GridColor,
	ref int NumXLines,
	ref string[] GridLineIDX,
	ref double[] OrdinateX,
	ref bool[] VisibleX,
	ref string[] BubbleLocX,
	ref int NumYLines,
	ref string[] GridLineIDY,
	ref double[] OrdinateY,
	ref bool[] VisibleY,
	ref string[] BubbleLocY,
	ref int NumGenLines,
	ref string[] GridLineIDGen,
	ref double[] GenOrdX1,
	ref double[] GenOrdY1,
	ref double[] GenOrdX2,
	ref double[] GenOrdY2,
	ref bool[] VisibleGen,
	ref string[] BubbleLocGen
)

Parameters

Name
Type: SystemString
Xo
Type: SystemDouble
Yo
Type: SystemDouble
RZ
Type: SystemDouble
StoryRangeIsDefault
Type: SystemBoolean
TopStory
Type: SystemString
BottomStory
Type: SystemString
BubbleSize
Type: SystemDouble
GridColor
Type: SystemInt32
NumXLines
Type: SystemInt32
GridLineIDX
Type: SystemString
OrdinateX
Type: SystemDouble
VisibleX
Type: SystemBoolean
BubbleLocX
Type: SystemString
NumYLines
Type: SystemInt32
GridLineIDY
Type: SystemString
OrdinateY
Type: SystemDouble
VisibleY
Type: SystemBoolean
BubbleLocY
Type: SystemString
NumGenLines
Type: SystemInt32
GridLineIDGen
Type: SystemString
GenOrdX1
Type: SystemDouble
GenOrdY1
Type: SystemDouble
GenOrdX2
Type: SystemDouble
GenOrdY2
Type: SystemDouble
VisibleGen
Type: SystemBoolean
BubbleLocGen
Type: SystemString

Return Value

Type: Int32
See Also