GetOverlayFilter Method
Description
Gets a copy of an overlay drawing Filter , placing it in a Named Object Library, replacing any existing Filter with the same name.
Syntax
Visual Basic |
---|
Public Function GetOverlayFilter( _ ByVal pos As Integer, _ ByVal filter As String _ ) As Integer |
Parameters
- pos
- The position of the overlay in the overlays list whose drawing Filter is to be copied.
- filter
- The named Filter to create, or replace.
Remarks
The overlays start at position 0.
Available: GEO D OD OM SISpy
Groups:
Example
sis.GetOverlayFilter ( pos, filter )