Changes between Version 7 and Version 8 of maestro/MaestroAPI/samples/RuntimeMap
- Timestamp:
- 01/22/13 18:18:57 (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
TabularUnified maestro/MaestroAPI/samples/RuntimeMap
v7 v8 7 7 (VB.NET) 8 8 {{{ 9 #!text/x-vba 9 10 Imports OSGeo.MapGuide.MaestroAPI 10 11 ... … … 41 42 42 43 {{{ 44 #!text/x-vba 43 45 ' Simply tell the PARCELS layer to turn on 44 46 rtMap.Layers("PARCELS").Visible = True … … 49 51 50 52 That's it for starters. More to come. 51 52