Support Board
Date/Time: Tue, 04 Nov 2025 07:58:51 +0000
Post From: SCSFExport function: name without scsf_ prefix and with spaces?
|   [2016-06-27 07:29:56]     |  
| binaryduke - Posts: 385 | 
| 
                I have this set within the SetDefaults section of the study: if (sc.SetDefaults) { sc.GraphName = "My Custom Study"; sc.GraphShortName = "Custom Study"; sc.GraphRegion = 0; sc.GraphDrawType = GDT_CUSTOM; sc.AutoLoop = 1; sc.FreeDLL = 0; (etcetc) } however what appears in the Add Study window is the name provided after SCSFExport scsf_My_Custom_Study(SCStudyGraphRef sc) i.e. scsf_My_Custom_Study Date Time Of Last Edit: 2016-06-27 07:31:54  
             | 
        
