int GetLoadDispl(
string Name,
ref int NumberItems,
ref string[] PointName,
ref string[] LoadPat,
ref int[] LcStep,
ref string[] CSys,
ref double[] U1,
ref double[] U2,
ref double[] U3,
ref double[] R1,
ref double[] R2,
ref double[] R3,
eItemTypeElm ItemTypeElm = eItemTypeElm.Element
)
int GetLoadDispl(
string Name,
ref int NumberItems,
ref string[] PointName,
ref string[] LoadPat,
ref int[] LcStep,
ref string[] CSys,
ref double[] U1,
ref double[] U2,
ref double[] U3,
ref double[] R1,
ref double[] R2,
ref double[] R3,
eItemTypeElm ItemTypeElm = eItemTypeElm.Element
)
Function GetLoadDispl ( _
Name As String, _
ByRef NumberItems As Integer, _
ByRef PointName As String(), _
ByRef LoadPat As String(), _
ByRef LcStep As Integer(), _
ByRef CSys As String(), _
ByRef U1 As Double(), _
ByRef U2 As Double(), _
ByRef U3 As Double(), _
ByRef R1 As Double(), _
ByRef R2 As Double(), _
ByRef R3 As Double(), _
Optional ItemTypeElm As eItemTypeElm = eItemTypeElm.Element _
) As Integer
Function GetLoadDispl ( _
Name As String, _
ByRef NumberItems As Integer, _
ByRef PointName As String(), _
ByRef LoadPat As String(), _
ByRef LcStep As Integer(), _
ByRef CSys As String(), _
ByRef U1 As Double(), _
ByRef U2 As Double(), _
ByRef U3 As Double(), _
ByRef R1 As Double(), _
ByRef R2 As Double(), _
ByRef R3 As Double(), _
Optional ItemTypeElm As eItemTypeElm = eItemTypeElm.Element _
) As Integer
int GetLoadDispl(
String^ Name,
int% NumberItems,
array<String^>^% PointName,
array<String^>^% LoadPat,
array<int>^% LcStep,
array<String^>^% CSys,
array<double>^% U1,
array<double>^% U2,
array<double>^% U3,
array<double>^% R1,
array<double>^% R2,
array<double>^% R3,
eItemTypeElm ItemTypeElm = eItemTypeElm::Element
)
int GetLoadDispl(
String^ Name,
int% NumberItems,
array<String^>^% PointName,
array<String^>^% LoadPat,
array<int>^% LcStep,
array<String^>^% CSys,
array<double>^% U1,
array<double>^% U2,
array<double>^% U3,
array<double>^% R1,
array<double>^% R2,
array<double>^% R3,
eItemTypeElm ItemTypeElm = eItemTypeElm::Element
)