Scale values are not accurate in output from IMapServerLayout::ExportLayout.
Last Published: August 25, 2014No Product Found
Bug ID Number
NIM038006
Submitted
August 28, 2008
Last Modified
June 5, 2024
Applies to
No Product Found
Version found
9.3
Status
Duplicate
The issue is a duplicate of an existing issue. See the issue's Additional Information section for details. Customers associated with the duplicate issue are automatically attached to the open issue.
Additional Information
Duplicate of NIM034412
Workaround
A simple (but not very efficient) workaround is to execute the line that exports twice:ESRI.ArcGIS.Carto.ILayoutImage LayoutImg;LayoutImg = MapLayout.ExportLayout(PD, ImgDesc);LayoutImg = MapLayout.ExportLayout(PD, ImgDesc);