Advertisement
Guest User

File Fence Microstation

a guest
Feb 17th, 2011
164
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.44 KB | None | 0 0
  1.  
  2. Private Sub CommandButton1_Click()
  3. CadInputQueue.SendCommand "lock fence clip "
  4. CadInputQueue.SendCommand "place fence block "
  5. End Sub
  6.  
  7. Private Sub CommandButton2_Click()
  8. FN = (Filebox.Text)
  9. CadInputQueue.SendCommand "$ ff=$(HOMEPATH)/Desktop/(FN).dgn "
  10. End Sub
  11.  
  12. Private Sub CommandButton3_Click()
  13. CadInputQueue.SendCommand "$ ff=C:\(FN).dgn "
  14.  
  15.  
  16.  
  17. End Sub
  18.  
  19. Private Sub CommandButton4_Click()
  20.  
  21. Unload Me
  22. End Sub
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement