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

Detailed Description

This is the TSLTopologicalDeletePointOperation.

Operation Name topologicaldeletepoint

Additional Data None

It is a transformation operation. The operation enables the application user to remove points from selected entities in editor model. The operation will not allow users to delete a point if it is required to form an entity. For example, a point may not be deleted from a three point polygon. Deleting shared points updates all entities using that point.

The operation highlights the points of selected entities. The user may select points to remove by clicking on them with the left mouse button.

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.

Point operations are not valid on grouped entities.

Static Public Member Functions

static bool add (TSLEditor *editor)
 

Member Function Documentation

◆ add()

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