Quantcast
Channel: MicroStation Programming Forum - Recent Threads
Viewing all articles
Browse latest Browse all 7260

RE: Manipulating Reference File Display

$
0
0

Using Attachment.DisplayFlag can control a reference display on or off in MicroStation VBA. The below is a code snippet to make all refs display off. FYI

Sub TurnOffAllRefDisplay()
   Dim att As Attachment
   For Each att In ActiveModelReference.Attachments
      att.DisplayFlag = False
   Next
End Sub

Viewing all articles
Browse latest Browse all 7260

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>