I use "arcpy. Cim. CIMSymbols. CIMCompositeCallout ()" creates a CIMCompositeCallout object, but it is missing a lot of properties, I want to create a CIMCompositeCallout object with full properties from a relevant JSON string and assign it to a layer. Is there a way?
I know one function is GetJSONForCIMObject, and I just want to know how to implement it in reverse.
Thank you in advance.