I am having issues creating a clone of an EncLayer.
Calling .Clone on the EncLayer raises an InvalidOperation exception with the message "Cannot call this method in this context: ENC data sources cannot be cloned"
Is there a context where this is possible or some other way to create the clone?
WPF application with runtime 100.8 using VS2019 C#.
Regards