Can I execute an import defined in a impx file from a key-in?
I'm quite sure it's possible but I cannot find the syntax.
Regards Jakob
I am assuming the version of Map is SS2.
Look for the GDI OPEN keyins. The help file have the options that can be used.
Hmmm... so that sollution doesn't work for SS1. I'm on SS1 - I should have disclosed.
docs.bentley.com/.../index.php - which applies to SS2 doesnt give me a hint.
Look under Interoperability/ Interoperability Keyins.
Like "gdi open name=STORAGE_NAME file=path_to_filename.impx" or what?
Jakob,
You should be able to use the following syntax to perform the import.
gdi import file=g:\import1.impx
You can also reference attach the .impx file using the following:
rf=g:\import1.impx
Regards,
Jeff Bielefeld [Bentley]
Jeff,
Thank you - that works!
Regarrds Jakob