What is C# equivalent for ExtAPI.Application.ScriptByName("jscript").CallJScript?

Ayush Kumar
Ayush Kumar Member, Moderator, Employee Posts: 467
100 Answers 250 Likes 100 Comments Second Anniversary
✭✭✭✭
edited October 2022 in General Language Questions

What is C# equivalent for ExtAPI.Application.ScriptByName("jscript").CallJScript?

Tagged:

Answers

  • Ayush Kumar
    Ayush Kumar Member, Moderator, Employee Posts: 467
    100 Answers 250 Likes 100 Comments Second Anniversary
    ✭✭✭✭
    Answer ✓
    ((Ansys.ACT.Mechanical.JScriptEngine)ExtAPI.Application.ScriptByName("jscript")).CallJScript("doGraphicsAdjacentSelectRecursive");