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
)
Function GetGridSysCartesian (
Name As String,
ByRef Xo As Double,
ByRef Yo As Double,
ByRef RZ As Double,
ByRef StoryRangeIsDefault As Boolean,
ByRef TopStory As String,
ByRef BottomStory As String,
ByRef BubbleSize As Double,
ByRef GridColor As Integer,
ByRef NumXLines As Integer,
ByRef GridLineIDX As String(),
ByRef OrdinateX As Double(),
ByRef VisibleX As Boolean(),
ByRef BubbleLocX As String(),
ByRef NumYLines As Integer,
ByRef GridLineIDY As String(),
ByRef OrdinateY As Double(),
ByRef VisibleY As Boolean(),
ByRef BubbleLocY As String(),
ByRef NumGenLines As Integer,
ByRef GridLineIDGen As String(),
ByRef GenOrdX1 As Double(),
ByRef GenOrdY1 As Double(),
ByRef GenOrdX2 As Double(),
ByRef GenOrdY2 As Double(),
ByRef VisibleGen As Boolean(),
ByRef BubbleLocGen As String()
) As Integer
int GetGridSysCartesian(
String^ Name,
double% Xo,
double% Yo,
double% RZ,
bool% StoryRangeIsDefault,
String^% TopStory,
String^% BottomStory,
double% BubbleSize,
int% GridColor,
int% NumXLines,
array<String^>^% GridLineIDX,
array<double>^% OrdinateX,
array<bool>^% VisibleX,
array<String^>^% BubbleLocX,
int% NumYLines,
array<String^>^% GridLineIDY,
array<double>^% OrdinateY,
array<bool>^% VisibleY,
array<String^>^% BubbleLocY,
int% NumGenLines,
array<String^>^% GridLineIDGen,
array<double>^% GenOrdX1,
array<double>^% GenOrdY1,
array<double>^% GenOrdX2,
array<double>^% GenOrdY2,
array<bool>^% VisibleGen,
array<String^>^% BubbleLocGen
)
abstract GetGridSysCartesian :
Name : string *
Xo : float byref *
Yo : float byref *
RZ : float byref *
StoryRangeIsDefault : bool byref *
TopStory : string byref *
BottomStory : string byref *
BubbleSize : float byref *
GridColor : int byref *
NumXLines : int byref *
GridLineIDX : string[] byref *
OrdinateX : float[] byref *
VisibleX : bool[] byref *
BubbleLocX : string[] byref *
NumYLines : int byref *
GridLineIDY : string[] byref *
OrdinateY : float[] byref *
VisibleY : bool[] byref *
BubbleLocY : string[] byref *
NumGenLines : int byref *
GridLineIDGen : string[] byref *
GenOrdX1 : float[] byref *
GenOrdY1 : float[] byref *
GenOrdX2 : float[] byref *
GenOrdY2 : float[] byref *
VisibleGen : bool[] byref *
BubbleLocGen : string[] byref -> int