v4.2
Returns a ProjectItemCollection of container objects. For now the containers can only be Groups.
// get accessor ProjectItemCollection rtn = SimulationEnvironment.Containers; |
/*
See the example under the SimulationEnvironment object.
*/
|