SimulationAddObject Method |
Adds the specified object to a dictionary for "book-keeping" under the specified
key.
Namespace: Network.Sim.CoreAssembly: Network.Sim (in Network.Sim.exe) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic 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