MapLink Pro 11.1.1.0.
Envitia MapLink Pro: The Ultimate Mapping Application Toolkit
Loading...
Searching...
No Matches
TSLSelectByExtentOperation Class Reference

Detailed Description

This is the TSLSelectByExtentOperation.

Operation Name selectbyextent

Additional Data None

It is a selection operation. This operation allows the user to select all entities in the editor model that are positioned within the defined extent.

The user clicks the left mouse button on the starting point of the extent. Clicking the button again will select the opposite corner of the extent. All entities whose extent falls wholly within this area will be selected and the operation is deactivated.

Static Public Member Functions

static bool add (TSLEditor *editor)
 

Member Function Documentation

◆ add()

static bool TSLSelectByExtentOperation::add ( TSLEditor * editor)
static

This method adds the operation to a TSLEditor object. It is passed a pointer to the editor object.

Arguments list details:

editor: a pointer to the TSLEditor object.

Returns true if added successfully, otherwise false.