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

Detailed Description

This is the TSLArrowOperation.

Operation Name arrow

Additional Data None

It is a basic primitive operation. It allows the user to add a arrow object to the editor model.

Points are added to the arrow by (following STANAG specification):

  • pt1,pt2, ... ptx - left button click to select each point, right click to complete tail points
  • ptN - left button to select arrow head point, right-click to finish

Classes

struct  Properties
 

Static Public Member Functions

static bool add (TSLEditor *editor)
 

Member Function Documentation

◆ add()

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