SimulationEnvironment.Containers
 
 
 

SimulationEnvironment.Containers

Introduced

v4.2

Description

Returns a ProjectItemCollection of container objects. For now the containers can only be Groups.

C# Syntax

// get accessor
ProjectItemCollection rtn = SimulationEnvironment.Containers;

Examples

JScript Example

/*
        See the example under the SimulationEnvironment object.
*/