GeneralRulesSetViewLayout Method |
Sets the layout of multiple views for the current map.
Namespace: (Default Namespace)Assembly: Default (in Default.exe) Version: 1.0.0.0
Syntax public virtual void SetViewLayout(
ViewLayout Layout
)
Parameters
- Layout
- Type: (Default Namespace)ViewLayout
Specifies the number and arrangement of views to be activated.
Remarks The number of views designated by
Layout must not exceed
MaxViews defined by the project.
See Also