Click or drag to resize
SimulationAddObject Method
Adds the specified object to a dictionary for "book-keeping" under the specified key.

Namespace: Network.Sim.Core
Assembly: Network.Sim (in Network.Sim.exe) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public static void AddObject(
	string name,
	Object o
)

Parameters

name
Type: SystemString
The name or key with which to add the object to the dictionary.
o
Type: SystemObject
A reference to the object to add to the dictionary.
See Also