Dynamic dash offset properties of line stroke in script

Hi
I want to access dash offset property in stroke style of a line in python script but there is no direct option for it.
Can someone guide me how to do this? or where should I search for docs related to this?

Thanks.

This should point you in the right direction. :slight_smile:

2 Likes

Thanks Jordan

Where can I find documentation of setStrokeStyle() there is no info ignition manual and java docs link you mentioned above.

The SDK javadoc, specifically here.

My first goto, however is to use @pturmel's introspect() script. Still as handy today as it was back then. :slight_smile:

2 Likes