Documentation | What's new & coming | v11.18.0
List of changes:
DK-10301
, DK-10311
, DK-10315
DK-10309
, DK-10312
DK-10306
DK-10351
DK-10346
, DK-10343
DK-10305
DK-10354
DK-10391
. Default setup is equal to this metadata defintion (and can be changed accordingly):// how to change navigation feedback in Pascal GisMetadata.Values[ 'TGIS_ViewerWnd.Paint.NavigateFeedback.FullCache' ] = 'TRUE'; //set 'FALSE' to disable new behavior GisMetadata.Values[ 'TGIS_ViewerWnd.Paint.Progressive.FullCache' ] = 'TRUE'; //set 'FALSE' to disable new behavior ; GisMetadata.Values[ 'TGIS_ViewerWnd.Paint.Progressive.Transparency' ] = '60' ;
// how to change navigation feedback in in C# TGIS_Utils.GisMetadata().set_Values("TGIS_ViewerWnd.Paint.NavigateFeedback.FullCache", "TRUE"); //set "FALSE" to disable new behavior TGIS_Utils.GisMetadata().set_Values("TGIS_ViewerWnd.Paint.Progressive.FullCache" , "TRUE"); //set "FALSE" to disable new behavior TGIS_Utils.GisMetadata().set_Values("TGIS_ViewerWnd.Paint.Progressive.Transparency" , "60");
' how to change navigation feedback in in VB.NET TGIS_Utils.GisMetadata().Values("TGIS_ViewerWnd.Paint.NavigateFeedback.FullCache") = "TRUE" 'set "FALSE" to disable new behavior TGIS_Utils.GisMetadata().Values("TGIS_ViewerWnd.Paint.Progressive.FullCache​" ) = "TRUE" 'set "FALSE" to disable new behavior TGIS_Utils.GisMetadata().Values("TGIS_ViewerWnd.Paint.Progressive.Transparency" ) = "60"
DK-10356
DK-10360
DK-10361
DK-10347
, DK-10350
Full list available at Changelog.