Hi to all,
How can i convert PointShape to BaseShape and AreaBaseShape?
the below is the scenario.
PointShape pointShape = e.WorldLocation;
BaseShape baseShp = (BaseShape)pointShape;
AreaBaseShape areaMapShp = (AreaBaseShape)baseShp; // Error
Thank you in Advance