Method to call when you need to redraw all the tiles of a certain resource, for example, when you change the visibility of a layer of a certain resource. This method only works with ImageBlendingMode.Browser.
Syntax
| Visual Basic (Usage) |
Copy Code |
Dim instance As Map
Dim mapResourceName As String
instance.RefreshResource(mapResourceName)
|
Parameters
- mapResourceName
- Name of the MapResourceItem in the MapResourceManager that you wish to refresh.
Remarks
Requirements
Target Platforms:Windows XP Professional, Windows Server 2003 family
See Also