APIset |
public int setSectionProperty( string ID, string name, double value )
Public Function setSectionProperty ( ID As String, name As String, value As Double ) As Integer Dim instance As API Dim ID As String Dim name As String Dim value As Double Dim returnValue As Integer returnValue = instance.setSectionProperty(ID, name, value)
public: int setSectionProperty( String^ ID, String^ name, double value )
member setSectionProperty : ID : string * name : string * value : float -> int
function setSectionProperty(ID, name, value);
(c) NextFEM 2015-2026