Web API Reference MapGuide Open Source

double MgMap::GetFiniteDisplayScaleAt INT32  index  ) 
 

Gets the finite display scale at the specified index.

.Net Syntax
int GetFiniteDisplayScaleAt(int index);
Java Syntax
int GetFiniteDisplayScaleAt(int index);
PHP Syntax
int GetFiniteDisplayScaleAt(int index);

Parameters:
index (int) Index of the finite display scale to get.
Returns:
Returns the finite display scale.
Example (PHP)
See MgMap Class .

Exceptions:
MgOutOfRangeException if the index is invalid.