Announcements
Attention for Customers without Multi-Factor Authentication or Single Sign-On - OTP Verification rolls out April 2025. Read all about it here.
Anonymous
329 Views, 1 Reply

custom view orientation or pauze loop

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 :grinning_face_with_smiling_eyes: