MapGuide API Reference
 All Classes Functions Variables Enumerations Enumerator Friends
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:
indexIndex of the finite display scale to get.
Returns:
Returns the finite display scale.
Exceptions:
MgOutOfRangeExceptionif the index is invalid.