I am trying to use OnInstanceUpdated but it doesn't even hit my breakpoint? (It does update the Schema, and returns Success, but it just seems to remove the element instances.)
private DGN.SchemaUpdateStatus UpdateSchema() { try { FindInstancesScope…