PDA

View Full Version : Drawing objects and memory


mazachan
08-16-2007, 05:13 PM
If I created a bunch of draw objects with the same name, does ninja trader automatically remove the previous objects from memory or do you have to call the RemoveDrawObject to free up the memory?

NinjaTrader_Josh
08-16-2007, 05:38 PM
When you add a draw object with the same name I believe it just modifies the previous instance instead of creating a new one so there should be no memory issue.

NinjaTrader_Ray
08-16-2007, 06:58 PM
This is correct understanding.