All Cadcorp SIS API Methods

DefineNolView Method

Description

Defines a named View in a Named Object Library, from the view in the current window, replacing any existing View with the same name.

Syntax

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

Parameters

view
The named View to create, or replace.

Remarks

Available: GEO D OD OM SISpy

Groups:

Example

sis.DefineNolView ("View1")