Drawing view visibility

Drawing view visibility

Anonymous
Not applicable
408 Views
0 Replies
Message 1 of 1

Drawing view visibility

Anonymous
Not applicable

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

 

 

0 Likes
409 Views
0 Replies
Replies (0)