In version 3.14 I could use the code below to give me a particular feature from my map service.
featureLayer.setDefinitionExpression("FeatureId = '" + featureId + "'");
This doesn't seem to be available in version 4. Is there a different way to achieve this or is this feature not available yet?
Thanks
Solved! Go to Solution.
Chris,
I have a feeling this is not integrated yet. The Beta seems to missing a lot of functionality. At the moment it is just there to showcase.
Tim
Chris,
Tim is correct. If you can't find it in the API reference, then there is no current support. The features you're familiar with in 3.14 will eventually be integrated into 4.0 by the final release next year.
Thanks for the responses. I thought that might be the case.