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

Detailed Description

This is the TSLAddPointOperation.

Operation Name addpoint

Additional Data None

It is a transformation operation. It enables the application user to add a point to a polyline or polygon.

The operation will highlight the points of selected polylines and polygons. Users specify two adjacent points on an entity by clicking on them with the left mouse button. Clicking the right mouse button at this stage will cancel the operation. The user can position the new point by clicking at a point with the left mouse button.

Static Public Member Functions

static bool add (TSLEditor *editor)
 

Member Function Documentation

◆ add()

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