Do GoDiagram support multi-view?

In c# winform, when I use multiple GoView on one form, is it possible that GoViews act like one page in functions like minimap(GoOverview), zoom in/out, print, etc?

As a example, when I draw a building layout, I want to draw multiple floors in a page(or one form). Each floor map to one GoView respectively.

Can I implement it?

Yes, you can create a single GoDocument with multiple layers (one layer for each floor), and just make the layer you want

visible in separate GoViews. Or you can just create a separate GoDocument for each GoView.

I’ve emailed you a layers sample that isn’t in the eval kit.