The Marker name property doesn’t allow spaces. It seems like most other objects in the Think Geo suite do. Is this intentional?
Setting Marker Name
Hi Libby_Rejman,
The exception is not thrown by MapSuite code, please see the test code as below:
System.Windows.FrameworkElement fe = new System.Windows.FrameworkElement();
fe.Name = "my test";
It also will throw the same exception.
The marker class is inherit from FrameworkElement.
Regards,
Ethan