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 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family
See Also