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

Re: system callback to tell if an element is in being dynamically modified

$
0
0

Someone kindly posted something similar to this in 2002...

Private void provideDescription
(
DisplayPathP    path,           // => display path
MSWChar*        description,    // <=> description
MSWChar*        refStr          // => Ref string
)
{
    ElementRef  elemRef  = mdlDisplayPath_getCursorElem (path);
    if (LINE_ELM == elementRef_getElemType (elemRef))
        mdlWideChar_strcat (description, L" - This is a Line element");

    else
        mdlWideChar_strcat (description, L" MDL is FUN!");
}



Viewing all articles
Browse latest Browse all 1677

Trending Articles



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