APIset |
public bool setRebarColorInSection( int sectionID, int rebarID, int color )
Public Function setRebarColorInSection ( sectionID As Integer, rebarID As Integer, color As Integer ) As Boolean Dim instance As API Dim sectionID As Integer Dim rebarID As Integer Dim color As Integer Dim returnValue As Boolean returnValue = instance.setRebarColorInSection(sectionID, rebarID, color)
public: bool setRebarColorInSection( int sectionID, int rebarID, int color )
member setRebarColorInSection : sectionID : int * rebarID : int * color : int -> bool
function setRebarColorInSection(sectionID, rebarID, color);
(c) NextFEM 2015-2026