GM_MapCatalogSetDisplayInfo |
Sets when the layers in a map catalog should be displayed. The aDisplayValue and aDisplayValue2 parameters have the following meanings based on the value of aDisplayType:
GM_Error_t32 GM_MapCatalogSetDisplayInfo ( GM_LayerHandle_t32 aCatalogLayer, // IN: Handle to map catalog layer (either from loading or GM_CreateMapCatalog) GM_MapCatalogDisplayType_t8 aDisplayType, // IN: Controls when layers in catalog are displayed double aDisplayValue, // IN: First value related to display type double aDisplayValue2, // IN: Optional econd value for range of scales (use 0.0 if doesn't apply) boolean aHideBounds // IN: Hide layer bounds when not drawing a layer? );