In order to use attributes of MultipolygonShape to save polygons vertices, it is necessary to instantiate a MultipolygonShape with several Polygons stored in FeatureLayer, POLYGON, by InMemoryFeatureLayer internal feature add method at Track_End event handler. However, the Polygons thus saved belong to PolygonShape which cannot be casted into MultipolygonShape.
What will be the syntax to build the MultipolygonShape constructor for the purpose of accessing these inmemory Polygons' vertices via the instance? Please take a look at the code attached and advise me how to tackle the problem.Thanks
ExampleCode.txt (1.68 KB)