AutoCAD Map 3D 2009 Geospatial Platform Reference

AutoCAD Map 3D Geospatial Platform API

virtual double MgMapBase::GetFiniteDisplayScaleAt ( INT32  index  )  [virtual]

Gets the finite display scale at the specified index.

Note:
This is not valid with AutoCAD Map 3D. It works with MapGuide only.
.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.