Product affected: MapXtreme™
Issue
How can a workspace with multiple maps be loaded while not using a mapControl, but just needing to get the workspace and maps loaded into the MapFactory?
Cause
How can a workspace with multiple maps be loaded while not using a mapControl, but just needing to get the workspace and maps loaded into the MapFactory?
Resolution
UPDATED: September 8, 2017Dim wsLoader As WorkSpaceLoader = New WorkSpaceLoader("C:\Users\test123\AppData\two maps.mws")
wsLoader.Load()
wsLoader.Load()