LuciadCPillar C# 2023.1.05
Luciad.Layers.Grids.Mgrs.MgrsGridTextProvider.ICallback Interface Reference

This callback can be used to be notified whenever the currently visible zone/square changes, by giving you its formatted location text. More...

Public Member Functions

void OnTextChanged (string text)
 This method is called after the formatted location text of the currently visible zone/square has changed. More...
 

Detailed Description

This callback can be used to be notified whenever the currently visible zone/square changes, by giving you its formatted location text.

You can add or remove this callback from the MgrsGridTextProvider. 2023.1

Warning
C# documentation translation is incomplete. You can find more information in the C++ documentation for luciad::MgrsGridTextProvider::ICallback.

Member Function Documentation

◆ OnTextChanged()

void Luciad.Layers.Grids.Mgrs.MgrsGridTextProvider.ICallback.OnTextChanged ( string  text)

This method is called after the formatted location text of the currently visible zone/square has changed.

text

the new text.

Warning
C# documentation translation is incomplete. You can find more information in the C++ documentation for luciad::MgrsGridTextProvider::ICallback::onTextChanged.