MoveRebarBand |
www.progui.co.uk Top Previous Next |
MoveRebarBand() Syntax Success = MoveRebarBand(Rebar.i, SourceBandIndex.l, DestinationBandIndex.l) Description
Moves a Rebar band to a new zero based index position.
Rebar.i is the ID/Handle of the Rebar. SourceBandIndex.l is the zero based position of the band that you wish to move. DestinationBandIndex.l is the destination zero based position.
Returns nonzero for success, zero for failure.
|