hexagon logo

Creating and Controlling Input Dialog with C#

I using C# to interact with PCDLRN.dll. Currently, our programs have a manual alignment at the beginning and then a comment that pauses execution prior to switching to direct computer control mode. What I am trying to do is, after manual alignment when the program is switching to direct computer control, I want to be able to press a button on my web app that clicks OK on the comment prompt that continues the DCC alignment and continues on with the program. I found references to a Comment method that has a "PressOkButton" function but I can't figure out how to use that in tandem with the Application or PartProgram that I have in memory.

Any thoughts on how to approach this via C#?
Parents Reply Children