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

Detailed Description

This is the TSLCloseOperation.

Operation Name close

Additional Data Closed flag: Integer

It is an attribute operation. The close operation, when the flag is set to 1, closes all polylines on the select list by joining together their end points with a single line segment. When the closed flag is set to 0, the Close operation opens all polylines or polygons, by removing the last line segment.

The operation is invoked using an activate method and is deactivated immediately.

Static Public Member Functions

static bool add (TSLEditor *editor)
 

Member Function Documentation

◆ add()

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