Computes the scale of the specified map, at the given map extent, for an image with the given size.
[Visual Basic 6.0] Function ComputeScale(
ByVal mapDesc As IMapDescription, _
ByVal mapDisplay As IImageDisplay _
) As Double
[Visual Basic .NET] Public Function ComputeScale ( _ ByVal mapDesc As IMapDescription, _ ByVal mapDisplay As IImageDisplay _ ) As Double
[C#] public double ComputeScale ( IMapDescription mapDesc, IImageDisplay mapDisplay );
[Java] public double computeScale ( IMapDescription mapDesc, IImageDisplay mapDisplay ) throws IOException, AutomationException
[C++] HRESULT ComputeScale( IMapDescription* mapDesc, IImageDisplay* mapDisplay, double* Scale );
Parameters
mapDesc [in]
mapDesc is a parameter of type IMapDescription
mapDisplay [in]
mapDisplay is a parameter of type IImageDisplay
Scale [out, retval]
Scale is a parameter of type double