Quantcast
Channel: MicroStation Programming Forum - Recent Threads
Viewing all articles
Browse latest Browse all 7260

RE: [Connect up.4 NET.API] Modify/Delete cell subelement

$
0
0

Also, you should be able to copy the sub element like so (I currently use this to copy sub elements from a cell that has not been plotted yet) :

            Element newElement;

            using (ElementCopyContext copyContext = new ElementCopyContext(Ms.GetActiveModel()))
            {
                copyContext.WriteElements = false;
                copyContext.DisableAnnotationScaling = true;
                newElement = copyContext.DoCopy(elementToCopy);
            }

            return newElement;

Viewing all articles
Browse latest Browse all 7260

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>