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.
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.
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.