Is there any way to quickly batch add emf images into an arcpro stylesheet as opposed to adding each image one by one? I have a folder of a few hundred EMF images i would like to add to a style sheet.
Possible with python?
I found this add-on for ArcMap but it is not functional in Pro.
https://www.arcgis.com/home/item.html?id=618b1998b0dd4ab4b43dc5700dd327a2
As style and stylex files are actually MS Access mdb database you could add EMF and PNG/BMP markers directly to style using some tools for example:
Standalone:
https://www.codeproject.com/Articles/16851/Uploading-and-Downloading-BLOBs-to-Microsoft-Acces
or
http://resources.esri.com/help/9.3/arcgisengine/com_cpp/samples/com/Cartography/Styles/Make_Style/a95d27a2-8fd4-4c69-9058-722369f20e12.htm
place those files in a directory called 'references' immediately beneath the .MDB file that contains your symbol's and element's parameters. The filename that you'll use in the database's FN field will just be the name of that file as it appears in the references directory, i.e, 'swamp.bmp', the StyleBuilder will figure out therest of the path.For symbols that are based on other files like BMP or EMF graphics files, you should
place those files in a directory called 'references' immediately beneath the .MDB
file that contains your symbol's and element's parameters. The filename that you'll
use in the database's FN field will just be the name of that file as it appears in
the references directory, i.e, 'swamp.bmp', the StyleBuilder will figure out the
rest of the path.
QGIS plugin:
SLYR: the ESRI to QGIS Compatibility Suite – North Road
Signed in members can post, follow updates, and more. New here? Register a free account.
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.