All, The sample showcases displaying CAD files, how do I filter some CAD layers? doco link: https://wiki.thinkgeo.com/wiki/api/thinkgeo.mapsuite.layers.cadfeaturelayer?s[]=cadfeaturelayer
- we can read them through CadFeatureLayer - GetInnerLayerNames()
- have tried FeatureIdsToExclude to ask for some of them to not be drawn…
In case it is not clear, we are using v10 version of the samples and library packages…
Can you explain how do we exclude some of the inner layers from drawing to the canvas?