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

Detailed Description

This is the TSLLineIntersectOperation class.

Operation Name lineintersect

Additional Data TSLSpecialisedData structure

It is a construction operation. The operation highlights the intersection points between polylines in the editor model.

The user selects a polyline object and invokes the line/line intersect operation. Other polylines are selected with a click of the left mouse button and are highlighted at the point they intersect the selected line.

The following properties defined by the construction type structure apply to the Line Intersect operation.

featureID tickStyle tickColour

Static Public Member Functions

static bool add (TSLEditor *editor)
 

Member Function Documentation

◆ add()

static bool TSLLineIntersectOperation::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.