S
Sam Marrocco
I've created a collection class that inherits the
NameObjectCollectionBase. I'd like to add a few functions, such as being
able to insert a new item at an indexed or keyed location in the
collection. Is there particularly efficient method of doing this, or
does it really come down to copying the collection (to another
collection) up to insertion point, adding the new item, and copying the
rest.....?
--
==================================================================
Sam J. Marrocco
Sr. Visual Effects Artist/R&D
Travelling Pictures/GTN
Inferno, Flame, Maya, All that cool stuff!
"The fact that no one understands you doesn't make you an artist."
==================================================================
NameObjectCollectionBase. I'd like to add a few functions, such as being
able to insert a new item at an indexed or keyed location in the
collection. Is there particularly efficient method of doing this, or
does it really come down to copying the collection (to another
collection) up to insertion point, adding the new item, and copying the
rest.....?
--
==================================================================
Sam J. Marrocco
Sr. Visual Effects Artist/R&D
Travelling Pictures/GTN
Inferno, Flame, Maya, All that cool stuff!
"The fact that no one understands you doesn't make you an artist."
==================================================================