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

Detailed Description

The TSLPolygonOperation class.

Operation Name polygon

Additional Data None

This is a basic primitive operation. It enables the application user to add a polygon to the editor model.

Points are added to the polygon by clicking the left mouse button. Clicking on the right mouse button completes the operation.

Static Public Member Functions

static bool add (TSLEditor *editor)
 

Member Function Documentation

◆ add()

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