By Yuvarani Elango on Tuesday, 17 December 2019
Posted in C# Development
Likes 0
Views 1K
Votes 0
Hi,

ExApplication exApplication = myApplication as ExApplication;
exApplication.ExtendedUtils.ExecuteCommand(OperationCommand.SynchronizeTreeToObject, objectToSynchro);

Is there any way to use this code without using Extended Runtime?

Thank you.
View Full Post