I am wondering if it is possible to programmatically call the create/vertex add method on a sketch view model Create Polygon to live update the temp graphics layer that is shown as a feature is being drawn. I have tried directly changing the sketchViewModel.createGraphic property to include the new geometry but the change doesn't seem to stick. Anyone have experience doing similar?
Thank you.