| Visual Basic (Declaration) | |
|---|---|
Public Property MapResourceManagerInstance As MapResourceManager | |
| Visual Basic (Usage) | Copy Code |
|---|---|
| |
| C# | |
|---|---|
public MapResourceManager MapResourceManagerInstance {get; set;} | |
This is a reference to the MapResourceManager from which the Map control derives its resources for drawing maps. This property is not set at design time. It is populated at runtime using the MapResourceManager property of the Map.
You can programmatically retrieve resources from this property at runtime to access GIS functionalities. However, it may be more convenient to instead use Map.GetFunctionalities() or Map.GetFunctionality(), which returns a functionality to use for mapping, querying, etc. more directly.
Target Platforms:Windows XP Professional, Windows Server 2003 family