Table of Contents

view_SetSelectedArea

Description

Set the selected area rectangle in L3DT’s main map view.

Function prototype

bool CExtAPI::view_SetSelectedArea(const char* lpProjMapName, LPRECT lpRect);

Arguments

Name Type Comment
lpProjMapName const char* A handle to a C-style string containing the name of the map layer whose area is to be selected. If null, the selection is cleared.
lpRect LPRECT A handle to a RECT structure containing the bounding coordinates to be selected. Coordinates are included in the selected area.

Return value

False if an error occurred, and true otherwise.

Comments

None.