Procedure Activate
Call: | Send Activate |
Activates newly created dynamic objects by sending them to client (and rendering them).
This call should be used if the container is empty, and all objects are freshly created using CreateDynamicObject.
If the container already contains rendered objects, then InsertDynamicObject, PrependDynamicObject or AppendDynamicObject should be used. Activate would be used when creating dynamic objects for the first time or after ResetContainer has been used.