The instance of the MapResourceManager whose resources will be displayed on the map.
Syntax
Visual Basic (Declaration) | |
---|
<ResDescriptionAttribute("The instance of the MapResourceManager whose resources will be displayed on the map.")>
<BrowsableAttribute(False)>
Public Property MapResourceManagerInstance As MapResourceManager |
Visual Basic (Usage) | Copy Code |
---|
Dim instance As Map
Dim value As MapResourceManager
instance.MapResourceManagerInstance = value
value = instance.MapResourceManagerInstance |
C# | |
---|
[ResDescriptionAttribute("The instance of the MapResourceManager whose resources will be displayed on the map.")]
[BrowsableAttribute(false)]
public MapResourceManager MapResourceManagerInstance {get; set;} |
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