int GetLoadForce(
string Name,
ref int NumberItems,
ref string[] PointName,
ref string[] LoadPat,
ref int[] LcStep,
ref string[] CSys,
ref double[] F1,
ref double[] F2,
ref double[] F3,
ref double[] M1,
ref double[] M2,
ref double[] M3,
eItemTypeElm ItemTypeElm = eItemTypeElm.Element
)
int GetLoadForce(
string Name,
ref int NumberItems,
ref string[] PointName,
ref string[] LoadPat,
ref int[] LcStep,
ref string[] CSys,
ref double[] F1,
ref double[] F2,
ref double[] F3,
ref double[] M1,
ref double[] M2,
ref double[] M3,
eItemTypeElm ItemTypeElm = eItemTypeElm.Element
)
Function GetLoadForce ( _
Name As String, _
ByRef NumberItems As Integer, _
ByRef PointName As String(), _
ByRef LoadPat As String(), _
ByRef LcStep As Integer(), _
ByRef CSys As String(), _
ByRef F1 As Double(), _
ByRef F2 As Double(), _
ByRef F3 As Double(), _
ByRef M1 As Double(), _
ByRef M2 As Double(), _
ByRef M3 As Double(), _
Optional ItemTypeElm As eItemTypeElm = eItemTypeElm.Element _
) As Integer
Function GetLoadForce ( _
Name As String, _
ByRef NumberItems As Integer, _
ByRef PointName As String(), _
ByRef LoadPat As String(), _
ByRef LcStep As Integer(), _
ByRef CSys As String(), _
ByRef F1 As Double(), _
ByRef F2 As Double(), _
ByRef F3 As Double(), _
ByRef M1 As Double(), _
ByRef M2 As Double(), _
ByRef M3 As Double(), _
Optional ItemTypeElm As eItemTypeElm = eItemTypeElm.Element _
) As Integer
int GetLoadForce(
String^ Name,
int% NumberItems,
array<String^>^% PointName,
array<String^>^% LoadPat,
array<int>^% LcStep,
array<String^>^% CSys,
array<double>^% F1,
array<double>^% F2,
array<double>^% F3,
array<double>^% M1,
array<double>^% M2,
array<double>^% M3,
eItemTypeElm ItemTypeElm = eItemTypeElm::Element
)
int GetLoadForce(
String^ Name,
int% NumberItems,
array<String^>^% PointName,
array<String^>^% LoadPat,
array<int>^% LcStep,
array<String^>^% CSys,
array<double>^% F1,
array<double>^% F2,
array<double>^% F3,
array<double>^% M1,
array<double>^% M2,
array<double>^% M3,
eItemTypeElm ItemTypeElm = eItemTypeElm::Element
)