Message 1 of 1
Drawing view visibility

Not applicable
09-20-2010
09:23 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi all,
I'm was looking for a way to hide some component occurnce in a draving view.
I have found DrawingDocument.SetVisibility( occurrence, visibility);
DrawingView dv=draw.ActiveSheet.DrawingViews[1];
dv.SetVisibility(doc,false);
It work but there is a performance problem. ( many call for many component)
So i'm looking for a way to hide many component i a single call, but i have found nothing.
Do you have any ideas?
thank in advance