Login Page - Create Account

Support Board


Date/Time: Sun, 05 May 2024 13:43:53 +0000



Post From: Updating text drawings drawn by sc.AddAndManageSingleTextUserDrawnDrawingForStudy()

[2020-12-31 16:08:03]
JohnR - User831573 - Posts: 300
Hey YCOMP, I am not a pro at ACSIL but there is an SC call that will let you know if a study is hidden or visible.

https://www.sierrachart.com/index.php?page=doc/ACSIL_Members_Functions.html

sc.GetStudyVisibilityState()

Type: Function

int GetStudyVisibilityState(int StudyID);

The sc.GetStudyVisibilityState() function returns 1 if the study specified by the StudyID parameter is visible, or 0 if it is set to be hidden.

Parameters
StudyID: The unique ID of the study to get the visibility state of. For more information, refer to Unique Study Instance Identifiers.

Hope this helps.

JohnR
Date Time Of Last Edit: 2020-12-31 16:08:41