Dynamo node to remove or enable ( first or last rebar in a rebar set )

Capture
is there any Dynamo node that can control the first and last rebar checkbox ???
after the rebars are already created .

Not sure if there is a node for it, but the API has properties so it should be fairly straightforward to produce a custom node via Python: IncludeFirstBar Property

Give it a shot and see where you get.

thanks , i will