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

Detailed Description

This is the TSLMovePointOperation.

Operation Name movepoint

Additional Data None

It is a transformation operation. The operation enables the application user to reposition points in selected entities in the editor model.

The operation highlights points in selected entities. The user selects a point by clicking on it with the left mouse button. Clicking the left button again will move the point to a new location. Clicking on the right button will allow the user to select a new point to move.

Point operations are not valid on grouped entities.

Static Public Member Functions

static bool add (TSLEditor *editor)
 

Member Function Documentation

◆ add()

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