A more simple question:
Can I set bufferParameters.geometries to be "the features that are currently selected in my feature layer"?
If so, what is the exact syntax for doing that? My feature layer is just called fLayer. I see that selectedFeatures is a property of feature layer. I tried bufferParameters.geometries = [fLayer.selectedFeatures];
but so far that hasn't worked.
Tips?
I think that would be helpful because setting bufferParameters.geometries as event.feature.geometry or event.graphic.geometry is making things harder for me to code because it depends on the event.
Thank you.