Prod.: Engine, ver.: 6012, ID: 60000593, Bug : In wrapper Limits are not set correctly.

Bug : In wrapper Limits are not set correctly.

Article60000593
TypeBug
ProductEngine
Version6012
Date Added8/5/2008
FixedYes [8/5/2008]
Submitted byPatrick Steele
Keywords

Subject

In wrapper Limits are not set correctly.

Summary

The following code does not set the grid limits to 10,20 and 30,40 as it should

DoublesIn.AddValue( 10 );
DoublesIn.AddValue( 20 );
DoublesIn.AddValue( 30 );
DoublesIn.AddValue( 40 );

m_Vdraw.GetActiveDocument().SetLimits( DoublesIn );
m_Vdraw.GetActiveDocument().SetGridMode(TRUE);
m_Vdraw.Redraw();

Solution

Fixed in 6013.