Creates an Index Dataset overlay, optionally creating outlines and labels for each tile found.
Visual Basic |
---|
Public Function CreateIndexOverlay( _ ByVal pos As Integer, _ ByVal tilename As String, _ ByVal namer As String, _ ByVal flags As Integer _ ) As Integer |
The tile naming convention to use. This parameter is only needed if the tilename is not sufficient for Cadcorp SIS to unambiguously determine the tile's naming convention. See Index Dataset Naming Conventions for the available options.
SIS_INDEX_OUTLINES
|
Draw the outline of each tile found |
SIS_INDEX_LABELS | Label each tile found with the tile name |
SIS_INDEX_PYRAMID | Make the naming convention find related tiles in a pyramid |
You can add SIS_INDEX_OUTLINES, SIS_INDEX_LABELS and SIS_INDEX_PYRAMID together.
Available: GEO MM ME MD OM OD OV SISpy
Group:
sis.CreateIndexOverlay(1, "c:\data\tfSS7887SW.ntf", "ANtfNamer", _
SIS_INDEX_PYRAMID + SIS_INDEX_OUTLINES + SIS_INDEX_LABELS)
Inserts a pyramid indexed overlay, in position 1, displaying gateways and labels
Send comments on this topic.
Click to return to www.cadcorp.com
© Copyright 2000-2017 Computer Aided Development Corporation Limited (Cadcorp).