Built-in parameters and max distance

Hello,
I have 2 subjects on fmod api :
I work with our own engine and one of our debug tool aims to display all events parameters values in (using fmod 2.01.07 api). I see that buit-in parameters are always equal to 0 when they are read within the API (distance, cone angle etc…) although they have the right values in profiler. I cannot undestand why.

Other subject (fmod 2.02):
Now that max distance is available on event level, how can we set max distance in code dynamicaly? I cannot see setMaxDistance function in tha API.

2.01.07:
Just to clarify, are you finding that Channel::get3DConeSettings, Sound::getMinMaxDistance etc are always returning 0? This shouldn’t be the case.

2.02.xx:
Min and Max distance values on can be overwritten using EventInstance::setProperty passing in FMOD_STUDIO_EVENT_PROPERTY_MINIMUM_DISTANCE or FMOD_STUDIO_EVENT_PROPERTY_MAXIMUM_DISTANCE.