10-02-2019 09:31 AM
Hi together,
i would like to get all global variables from a sequence file. Lets have following example:
SequenceFile Sequence = TSEngine.GetSequenceFileEx(path, 107, TypeConflictHandlerTypes.ConflictHandler_UseGlobalType);
Sequence MainSequence = Sequence.GetSequence(0);
With which methods can i export all Global variables into a list?
Thanks in advance!
Best regards
10-02-2019 09:47 AM
Let me add following information to this, because i already got access to "Locals" (see attachment) with following code:
int elements = MainSequence.AsPropertyObject().GetNumSubProperties("Locals");
Nevertheless if i replace "Locals" with "StationGlobals" it doesn't work.
Thank you in advance!