APIchange |
public bool changeSpringNLProperty( string name, int[] NLdofs, double[][] NLprops )
Public Function changeSpringNLProperty ( name As String, NLdofs As Integer(), NLprops As Double()() ) As Boolean Dim instance As API Dim name As String Dim NLdofs As Integer() Dim NLprops As Double()() Dim returnValue As Boolean returnValue = instance.changeSpringNLProperty(name, NLdofs, NLprops)
public: bool changeSpringNLProperty( String^ name, array<int>^ NLdofs, array<array<double>^>^ NLprops )
member changeSpringNLProperty : name : string * NLdofs : int[] * NLprops : float[][] -> bool
function changeSpringNLProperty(name, NLdofs, NLprops);
(c) NextFEM 2015-2026