SimulationEnvironment.Operators
 
 
 

SimulationEnvironment.Operators

Introduced

v4.2

Description

Returns an OperatorCollection containing simulation Operators which are driving the simulation of this environment.

C# Syntax

// get accessor
OperatorCollection rtn = SimulationEnvironment.Operators;

Examples

JScript Example

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