====== map_SetHorizScale ====== ===== Description ===== Set the distance between neighbouring pixels in a map in the x- and y-axes, measured in metres. ===== Function prototype ===== bool CExtAPI::map_SetHorizScale(ZMAP hMap, float scale); ===== Arguments ===== ^ Name ^ Type ^ Comment ^ | //hMap// | ZMAP | A handle to a map, the horizontal scale of which is to be set. | | //scale// | float | The desired horizontal scaling, in metres. | ===== Return value ===== False if an error occurred, and true otherwise. ===== Comments ===== None.