Login Page - Create Account

Support Board


Date/Time: Tue, 07 May 2024 07:14:50 +0000



Post From: Shared drawing option does not share all drawing from selected chart

[2022-11-23 21:23:52]
JohnR - User831573 - Posts: 300
First, Thank you for your time to reply with suggestions and also to look into this area - drawing objects.

I am going to rework my logic on creating and maintaining my multi line objects.

The reason, I was not using "User drawn" object type was the fact I was using one line # for all 'add-on' objects in an instance of each fan. The docs state you can not do that.
from docs --> In the case of a user drawn drawing (s_UseTool::AddAsUserDrawnDrawing=1) and when s_UseTool::AddMethod == UTAM_ADD_ALWAYS, using the same LineNumber for a drawing will result in sc.UseTool returning 0 and the drawing will not be added.

As with SC, there is usually more than one way to accomplish. If I want to share my 'add-on' drawings from chart to chart, how I maintain, modify and delete them will have to change.

JohnR