accessing custom property inside a function

satri
satri Altair Community Member

Hello

I am trying to access custom property inside this function called processParticleOfInterest

But i am not able to do so. I tried defining it as a global variable,

I tried defining it in the starting function

Whatever I do, I keep getting errors.

Please tell me how i can access custom property in this

processParticleOfInterest

Tagged:

Answers

  • satri
    satri Altair Community Member

    I also tried to put ICustomPropertyManagerApi_1_0* particleMgr as global variable. when i do so i can compile the code but when i run the API i get this

    I am not sure how to debug this