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 MM ME MD OD OM OV SISpy

Group:

Example

sis.ReorderOverlay(4, 0)


Send comments on this topic.

Click to return to www.cadcorp.com

© Copyright 2000-2017 Computer Aided Development Corporation Limited (Cadcorp).