SimulationEnvironment.Containers

導入

v4.2

詳細

コンテナオブジェクトの ProjectItemCollection を戻します。現時点では、コンテナは必ず Group になります。

C#構文

// get accessor

ProjectItemCollection rtn = SimulationEnvironment.Containers;

JScript の例

/*

	See the example under the SimulationEnvironment object.

*/