Hi Guys,
Our previous GIS software had an additional couple of properties for a basic shape object called Tag and TagPointer. These were just objects so could be used for any old thing.
You guys do not have this, so I thought I would inherit from the BaseShape and create a new PointShape and MultilineShape and add the properties we used to have, easily done, can now add our new shape objects to the featuresource.
The problem I have is getting them back out again, Feature.GetShape() seems to return the BaseShape not the inherited Shape that was added.
How do you get back the shape that was actually added?
Regards
John