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

Detailed Description

This is the TSLJoinOperation.

Operation Name join

Additional Data None

It is a miscellaneous operation. The operation allows the user to select 2 polylines or polygons to join in the editor model. Polygons must overlap or have a shared edge and polylines must be coincident to be joined.

The operation is invoked using an activate method and is deactivated immediately.

Static Public Member Functions

static bool add (TSLEditor *editor)
 

Member Function Documentation

◆ add()

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

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

Parameters
editorA pointer to the TSLEditor object.
Returns
true if added successfully, otherwise false.