Changes between Version 1 and Version 2 of maestro/MaestroAPI/samples/AddInitialLayer
- Timestamp:
- 10/14/08 07:41:52 (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
maestro/MaestroAPI/samples/AddInitialLayer
v1 v2 40 40 41 41 'Get the original layout 42 Dim weblayout As WebLayout = conn.GetWebLayout(layout 42 Dim weblayout As WebLayout = conn.GetWebLayout(layout) 43 43 44 44 'Get the mapDefinition 45 Dim mapDef As MapDefinition = conn.GetMapDefinition(weblayout 45 Dim mapDef As MapDefinition = conn.GetMapDefinition(weblayout.Map.ResourceId) 46 46 47 47 'Create a new MapLayer object