MapGuide API Reference
 All Classes Functions Variables Enumerations Enumerator Friends
void MgLayout::SetLayout ( MgResourceIdentifier plotLayout)

Set the Layout to use when generating the EPlot DWF. If not specified, then the plotted map will fill the space within the page margins.

.NET Syntax
void SetLayout(MgResourceIdentifier plotLayout);
Java Syntax
void SetLayout(MgResourceIdentifier plotLayout);
PHP Syntax
void SetLayout(MgResourceIdentifier plotLayout);
Parameters:
plotLayout(MgResourceIdentifier) An MgResourceIdentifier that specifies the location of the print layout definition in a resource repository.
Returns:
Nothing