====== view_GetSelectedArea2 ====== ===== Description ===== Retrieve the selected area rectangle from L3DT's main map view. ===== Function prototype ===== bool CExtAPI::view_GetSelectedArea2(LPRECT lpRect); ===== Arguments ===== ^ Name ^ Type ^ Comment ^ | lpRect | LPRECT | A handle to a RECT structure to receive the selected area coordinates. | ===== Return value ===== False if no area is selected for the active map, and true otherwise (indicating success). ===== Comments ===== None.