Hello,
I began with schematic extension... then sorry if my question seems stupid.
I would like to find an automatic way (ArcToolBox/Arcpy) to remove deleted entities from an existing schema.
I saw the "UpdateDiagram_schematics" function but I don't see any option to do that.
Here is the workflow (schema is already created) :
1) Start a edit session on geographic feature class
2) Remove geographical entities
... How to remove corresponding schematics entities?
Thanks,
Flavie
If you are talking arcpy functions or classes, if they are exposed then they will be listed in the link. Otherwise, if you access it through calls to Arctoolbox tools.
Hello Dan,
Yes I' talking about arcpy function : UpdateDiagram_schematics
I do not see in the parameter "builder_options" a way to replicate the deleted entities... Here is my problem.