Hello,
I have created a map layout with Basemap.TopographicVector as the basemap. The credit of this basemap server covers quite some space on the lower right corner of the layout. I am wondering how to remove the credit?
Thanks so much
If you don't want the service layer credits to show up on your map you can place them anywhere on your layout as a text element. You can do this via the ArcGIS Pro UI or programmatically:
String slcText = "<dyn type='layout' name='SLCs' property='serviceLayerCredits'/>"; GraphicElement slcTxtElm = ElementFactory.Instance.CreateTextGraphicElement(layout, TextType.RectangleParagraph, slcEnv, arial8reg, slcText);
Thank you @Wolf - it works.
Les membres connectés peuvent publier, suivre les mises à jour, et plus encore. Nouveau ici ? Inscrivez-vous gratuitement.
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.