Select to view content in your preferred language

Removing grid labels from top and right side using CIM in arcpy

103
1
Thursday
LandonGarrett
New Contributor

I have a python script that automates image generation and to make the grid for it there is a helper file that creates a graticule layer using the CIM library. The problem is that there only needs to be grid labels on the left and bottom but at the moment it has labels on all four sides. What CIM class would allow me to manipulate the visibility of these labels.

0 Kudos
1 Reply
DanPatterson
MVP Esteemed Contributor

there is  a vacuous pit here

Esri/cim-spec: This repository hosts the specification for the Cartographic Information Model

perhaps start looking around in the layout document, eg.

cim-spec/docs/v3/CIMLayout.md at main · Esri/cim-spec


... sort of retired...
0 Kudos