====== zview_SetSelectedArea ====== ===== Description ===== Set the extents of the selected area rectangle in L3DT’s main map view. ===== Files ===== ^ Declaration | ''zView.h'' | ^ Implementation | ''zView.cpp'' | ===== Function prototype ===== bool zview_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 [[http://msdn.microsoft.com/en-us/library/system.windows.rect.aspx|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.