Hi! We are trying to run a macro called 'G30 new layer default settings' via Delphi with DCOM. So when I run the following code, the program returns an error "Function undefined".
RemoteMapObject.RunMacro('G30 new layer default settings', layerName);
How can I solve the problem?
