|
void MgMapPlot::SetLayout |
( |
MgLayout * |
layout |
) |
|
Set the layout.
.NET Syntax
void SetLayout(MgLayout layout);
|
Java Syntax
void SetLayout(MgLayout layout);
|
PHP Syntax
void SetLayout(MgLayout layout);
|
- Parameters:
-
| layout | (MgLayout) The object defining the layout for the plot. |
- Returns:
- Nothing
|