Hello All,
I am writing an application (C#) that read all the sequences in a sequence file.
1) For each sequence that is selected I want to display its parameters. I use the Sequence.Properties to get the PropertyObject for its properties. But to get a list of all the properties that only way I could do it was PropertyObject.GetXML. Is there any other way to get a list of all the parameters (name,type,value,flags)?
2) After this I was thinking of creating a dialog box for the user to enter the value for each parameter. I was wondering if there is already a standard dialog box available like in the TestStand app with which the user can enter the needed parameter values in the TS API?
3) Finally for the chosen sequence, I will call it from another temporary sequence. Basically my application allows the user to build a sequence from available sequences.
Thanks in advance for any help...
Sriharsha