Purpose
Allows you to remove cartographic frames from an existing cartographic legend created with the Create Cartographic Legend statement. You can issue this statement from the MapBasic window in MapInfo Pro.
Syntax
Remove Cartographic Frame
[ Window legend_window_id ]
Id frame_id, frame_id, frame_id, ...
legend_window_id is an integer window identifier that you can obtain by calling the FrontWindow() function and the WindowID() function.
frame_id is the ID of the frame on the legend. You cannot use a layer name. For example, three frames on a legend would have the successive IDs, 1, 2, and 3.
See Also:
Add Cartographic Frame statement, Alter Cartographic Frame statement, Create Cartographic Legend statement, Set Cartographic Legend statement