In our application it is a requirement that the user is able to select which of the layouts inside a CAD file that is shown. As you probably are aware of, a CAD file can contain several layouts each containing separate information. For example, a CAD file for a building could contain a layout for each floor of the building.
We are using CadFeatureLayer to show CAD files and currently it looks like it always displays the first layout in the file.
How do we access and control the visibility of the inner layouts of the CAD file?
Thanks
Jimmi