APIget |
public double[,] getElementRebarCoords( string elem, double progr )
Public Function getElementRebarCoords ( elem As String, progr As Double ) As Double(,) Dim instance As API Dim elem As String Dim progr As Double Dim returnValue As Double(,) returnValue = instance.getElementRebarCoords(elem, progr)
public: array<double,2>^ getElementRebarCoords( String^ elem, double progr )
member getElementRebarCoords : elem : string * progr : float -> float[,]
(c) NextFEM 2015-2026