All Cadcorp SIS API Methods

SetViewHome Method

Description

Set the "home" view of the Map Window.

Syntax

Visual Basic
Public Function SetViewHome( _
   ByVal view As String _
) As Integer

Parameters

view
The named view to set as the "home" view.

Remarks

The named view must exist in a currently available Named Object Library.

The view extent will change to the named view, and the View Forward and View Back history will be re-initialised.

Available: GEO D OD OM OV

Group:

Example

sis.SetViewHome ("Entire District")

Sets the "home" view of the Map Window to "Entire District".