
Not applicable
08-01-2016
09:33 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I have a code created to automatically to create drawings of my steel plates. But in some cases I need custom view orientation. How can I call?
Or can I stop my program. custom view orientation calls manually change and then restart?
below I have few bits that I tried but no success please
help my please I search there for a very long time to
Dim testFace As Face Try testFace = ThisApplication.CommandManager.Pick(SelectionFilterEnum.kAllCustomGraphicsFilter, "Select face") Catch ex As Exception End Try If (testFace Is Nothing) Then Return End If 'can I change this so that I can work manually and when I save the program resumed?
console.Writeline ("test") console.readkey (n) MessageBox.Show "Message", "Title" This code not recognize ilogic?
THANK YOU 😄
Solved! Go to Solution.