Hi guys,
What would be the c# equivalent for the commands:
GADD $!elem
GREM $!elem
Thanks!
Hi guys,
What would be the c# equivalent for the commands:
How about using below syntax?
Command.CreateCommand("GADD $!elem").Run();
$!elem is your design elements.