MapLink Pro 11.1.2.0.
Envitia MapLink Pro: The Ultimate Mapping Application Toolkit
All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Friends Modules Pages
Loading...
Searching...
No Matches
TSLTopologicalAddPointOperation Class Reference

Detailed Description

This is the TSLTopologicalAddPointOperation.

Operation Name topologicaladdpoint

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. Adding new points along a shared edge will update all entities using that edge.

NOTE : Depending upon the settings in the '.ini" file, all touching entities to those selected are also updated, although only points from the selected entities are available.

Static Public Member Functions

static bool add (TSLEditor *editor)
 

Member Function Documentation

◆ add()

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