NI TestStand

cancel
Showing results for 
Search instead for 
Did you mean: 

The ListBarPages object may be missing the "item" field in .net

I have my activex object.
 

axListBar

under axListBar.Pages.

"Count" exists, but "Item" does not show up. I have been able to access this through CVI so it should exist in .net. How can I access it in .net?

 

On another note, I also noticed that for the sequence context that both RunState and TestSockets are missing, however, I was able to access them through AsPropertyObject.

0 Kudos
Message 1 of 2
(2,722 Views)
Use indexers, e.g. [1], for getting the item.

You are correct that you need to get the RunState property through the PropertyObject object rather than the SequenceContext object.

Allen P.
NI
0 Kudos
Message 2 of 2
(2,714 Views)