Web API Reference MapGuide Open Source
virtual double MgMapBase::GetFiniteDisplayScaleAt ( INT32  index  )  [virtual]

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 Index of the finite display scale to get.
Returns:
Returns the finite display scale.
Exceptions:
MgOutOfRangeException if the index is invalid.


Comments or suggestions? Send us feedback.