Hi,
I have been trying to look into options/ possibilities for setting a format attribute in a Sketchup file. In more detail I'd like to set and write a [FME_JOB_ID] as a format attribute for some tracking and verifying purposes later on. I have used "GeometryPropertySetter" to set Traits and GeometryName with attribute value, but as the geometry could be deleted in the Skp file by user, attribute information could be lost.
Therefor I tried to look into the SketchupParameters and the Schema Attributes section for writing format attributes instead of exposing. I also had a look into SketchUpFeature. Does anyone know more about the section "Attribute Dictionaries" and how it works, or any idea on how to track a Sketchup file by setting a custom ID?
Thanks!