All Cadcorp SIS API Methods

ReorderOverlay Method

Description

Changes the order of overlays.

Syntax

Visual Basic
Public Function ReorderOverlay( _
   ByVal oldPos As Integer, _
   ByVal newPos As Integer _
) As Integer

Parameters

oldPos

The position in the list of overlays of the overlay to be reordered.

 
newPos

The position in the overlays list at which to re-insert the overlay. If this argument specifies a position in the existing overlays then the reordered overlay will not replace the existing overlay at the given position, but will shuffle any other overlays down the list.

Remarks

Available: GEO D OD OM OV SISpy

Group:

Example

sis.ReorderOverlay(4, 0)