Article | 60000720 |
Type | Wish |
Product | Converter |
Version | 6014 |
Date Added | 12/23/2008 12:00:00 AM |
Fixed | (1/14/2009 12:00:00 AM) |
Submitted by | JongKyun Kim |
Summary
Support ShowHatches property of ActiveDocument in order to disable showing filled properties
Solution
In 6015 a new property ShowHatches was added in vdGlobalRenderties object.
Deafault value is true.
example :
document.GlobalrenderProperties.ShowHatches = false;