cGridSysGetGridSysCylindrical Method

Namespace:  ETABS2016
Assembly:  ETABS2016 (in ETABS2016.dll) Version: 16.0.0.0 (16.0.0.0)
Syntax
int GetGridSysCylindrical(
	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 NumRLines,
	ref string[] GridLineIDR,
	ref double[] OrdinateR,
	ref bool[] VisibleR,
	ref string[] BubbleLocR,
	ref int NumTLines,
	ref string[] GridLineIDT,
	ref double[] OrdinateT,
	ref bool[] VisibleT,
	ref string[] BubbleLocT
)

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
NumRLines
Type: SystemInt32
GridLineIDR
Type: SystemString
OrdinateR
Type: SystemDouble
VisibleR
Type: SystemBoolean
BubbleLocR
Type: SystemString
NumTLines
Type: SystemInt32
GridLineIDT
Type: SystemString
OrdinateT
Type: SystemDouble
VisibleT
Type: SystemBoolean
BubbleLocT
Type: SystemString

Return Value

Type: Int32
See Also