MapGuide API Reference
 All Classes Functions Variables Enumerations Enumerator Friends
virtual STRING MgLayerBase::GetLegendLabel ( ) [virtual]

Gets the label to be displayed for the layer in the legend.

.NET Syntax
string GetLegendLabel();
Java Syntax
String GetLegendLabel();
PHP Syntax
string GetLegendLabel();
Returns:
Returns the legend label as a string.
Example (PHP)
See MgMapBase class .