Hi,
The TestStand API doesn't provide a single method to list all the subproperties of a property object.
But it provides instead a set of methods to be used with the run-time property objects:
- PropertyObject.GetNumSubProperties
- PropertyObject.GetNthSubPropertyName
- PropertyObject.GetSubPropertyIndex
By using the methods above you can create the list of all of the "locals" and "Parameters" sub-properties at run-time.
Hope this helps,
Silvius
Silvius Iancu