TSB and BSB

I could get LSB and RSB setting edited on Horizontal Metrics mode.
So, How can I get TSB and BSB edited on Vertical Metrics mode?

I guessed “layers[id].TSB or BSB”, but does not return values.

Both values are not covers by the wrapper. I just fixed that.

You can access them like this:

Value = layer.TSB()

and set it like this:

layer.setTSB_(Value)

Thanks, I was remained of help() to know functions and properties defined in a class.

Help does not work, but you can try dir(). It is a bit messy but gets the job done.