Click or drag to resize
GeneralRulesSetOverlay Method
Set the overlay map.

Namespace: (Default Namespace)
Assembly: Default (in Default.exe) Version: 1.0.0.0
Syntax
C#
public virtual void SetOverlay(
	Type MapType
)

Parameters

MapType
Type: SystemType
Specifies a map that should be loaded into the overlay
Remarks
This is very similar to SwitchToMap(Type, Boolean), but it affects the overlay map instead of the main map.
See Also