cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
Showing results for 
Search instead for 
Did you mean: 

Community Tip - Learn all about PTC Community Badges. Engage with PTC and see how many you can earn! X

object toolkit

afloquet-2
1-Newbie

object toolkit

How to do the equivalent of a ProArray containing element which are a ProArray of double with sequences ?

1 REPLY 1

I don't understand your question. Do you want to push sequences of doubles inside a ProArray structure?

It didn't make sense ... so you could create a sequence for that (don't know what you want):

//not tested : )

double d = 2.0;

xdoublesequence_ptr xds = xdoublesequence::create();

xds.append(d);

It's a shared_pointer so don't delete or free it ^.^

Br,

Eike

Top Tags