Click or drag to resize
MapBaseDrawAllViews Method
Draws all layers in the map on all views according to the map's current ViewLayout

Namespace: (Default Namespace)
Assembly: Default (in Default.exe) Version: 1.0.0.0
Syntax
C#
public void DrawAllViews()
Remarks
Each layer is drawn according to its respective scroll position in the view. currentViewIndex is reset to 0 after this function called.
See Also