Click or drag to resize
MapBaseViewLayout Property
Gets or sets the current arrangement of views within the display.

Namespace: (Default Namespace)
Assembly: Default (in Default.exe) Version: 1.0.0.0
Syntax
C#
public ViewLayout ViewLayout { get; set; }

Property Value

Type: ViewLayout
Remarks
By changing this you can affect the number and arrangement of views that are being managed by the map and its layers. Activating a multi-view layout will cause the layers to maintain multiple scroll positions, one for each view. And when a layer is scrolled, it will only be scrolled for the current view (as indicated by CurrentViewIndex. The number of views must not exceed the maximum set in the project and stored in MaxViews. The view layout can be set from a rule function by calling SetViewLayout(ViewLayout), and the current view can be changed with CurrentView.
See Also