Set the extents of the selected area rectangle in L3DT’s main map view.
| Declaration | zView.h | 
|---|---|
| Implementation | zView.cpp | 
bool zview_SetSelectedArea(const char* lpProjMapName, LPRECT lpRect);
| 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. | 
False if an error occurred, and true otherwise.
None.