All Cadcorp SIS API Methods

GetOverlaySchema Method

Description

Gets a copy of an overlay Schema placing it in a Named Object Library (NOL), replacing any existing Schema with the same name.

Syntax

Visual Basic
Public Function GetOverlaySchema( _
   ByVal pos As Integer, _
   ByVal schema As String _
) As Integer

Parameters

pos
The position of the overlay in the overlays list whose Schema is to be copied.
 
schema
The named Schema to create, or replace.

Remarks

Available: GEO D OD OM SISpy

Groups:

Example

sis.GetOverlaySchema (4, "Schema2" )