This event occurs when the tie-point mode is initiated from the Navigation Map, the Settings dialog box or when the tie-point mode is terminated by the user. You can choose to cancel the activity and stop the mode initiation or termination.
JavaScript |
|
OnTiePointMode( TiePointMode, pbCancel) |
C# |
|
void OnTiePointMode( int TiePointMode, out int pbCancel) |
C++ |
|
HRESULT OnTiePointMode( long TiePointMode, long* pbCancel) |
Parameters
TiePointMode
When set to TRUE the tie-point mode is initiated. When set to FALSE the tie-point mode is terminated.
pbCancel
When set to True TerraExplorer is instructed to process the mode change. When set to FALSE, TerraExplorer lets the mode change process to complete.