CreateInternalOverlay Method
Description
Creates an internal overlay.
Syntax
Visual Basic |
---|
Public Function CreateInternalOverlay( _ ByVal overlay As String, _ ByVal pos As Integer _ ) As Integer |
Parameters
- overlay
- The name of the internal overlay.
- pos
- The position in the overlays list at which to insert the overlay. If this argument specifies a position in the existing overlays then the new overlay will not replace the existing overlay at the given position, but will shuffle any other overlays down the list.
Remarks
Available: GEO D OM OD OV SISpy
Group:
Example
sis.CreateInternalOverlay("Bridges", 5) xxxx