Web API Reference
MapGuide Open Source
Overview
Modules
Classes
MgLayout
GetLayout
GetTitle
GetUnitType
MgLayout
SetLayout
SetTitle
SetUnitType
void MgLayout::SetTitle
(
CREFSTRING
title
)
Sets the layout title.
.NET Syntax
void SetTitle(string title);
Java Syntax
void SetTitle(String title);
PHP Syntax
void SetTitle(string title);
Parameters:
title
(String/string) The title for the layout.
Returns:
Returns nothing.
Comments or suggestions? Send us
feedback
.