Bug : In wrapper Limits are not set correctly.
| Article | 60000593 |
| Type | Bug |
| Product | Engine |
| Version | 6012 |
| Date Added | 8/5/2008 |
| Fixed | Yes [8/5/2008] |
| Submitted by | Patrick 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.