SimulationEnvironment.Operators

導入

v4.2

詳細

この環境のシミュレーションを扱う Operator オブジェクトを含む OperatorCollection を戻します。

C#構文

// get accessor

OperatorCollection rtn = SimulationEnvironment.Operators;

JScript の例

/*

	See the example under the SimulationEnvironment object.

*/