![]() | APIchange |
public bool changeOrAddSectionPoint( int sectionID, int seriesID, int ptID, double x, double y )
Public Function changeOrAddSectionPoint ( sectionID As Integer, seriesID As Integer, ptID As Integer, x As Double, y As Double ) As Boolean Dim instance As API Dim sectionID As Integer Dim seriesID As Integer Dim ptID As Integer Dim x As Double Dim y As Double Dim returnValue As Boolean returnValue = instance.changeOrAddSectionPoint(sectionID, seriesID, ptID, x, y)
public: bool changeOrAddSectionPoint( int sectionID, int seriesID, int ptID, double x, double y )
member changeOrAddSectionPoint : sectionID : int * seriesID : int * ptID : int * x : float * y : float -> bool
(c) NextFEM 2015-2025