Getting Started Common Acronyms FAQ Forum Help Forum Tips FTP Site Helpful GuidelinesInserting and Attaching images, videos, or files to postsProduct Community Directory SELECTsupport
Here is a blog posting on the topic : http://communities.bentley.com/Programs/Bentley_Developer_Network/b/bentley_developer_network-blog/archive/2010/01/22/using-the-iviewtransient-interface-to-display-data.aspx
HTH,
mark anderson [Bentley]
Please ignore the last post....i got it working.
I got the viewPort and still trying to find out how to get the viewContext from that.
Brien gave some hint about it in http://communities.bentley.com/Products/MicroStation/MicroStation_V8i/MicroStation_V8i_Programming/f/19569/t/47082.aspx but i didnot get what exactly he meant.
Regards, Arpan
Hi guys,
On including the IViewManager.h to my application i got this error msg.
C:\PROGRA~1\Bentley\MICROS~1\MICROS~1\mdl\MicroStationAPI\interface\IViewManager.h(126) : error C2061: syntax error : identifier 'IRedrawOperation'
I checked the function in the documentation and its like this
void DoElementAgendaDynamics (ElementAgendaP, IRedrawOperation *, ClipDescrP)
and in the header file its like this
MSCORE_EXPORT void DoElementAgendaDynamics (ElementAgendaP, IRedrawOperation*, ClipDescrP);
So both looks same but still getting the error....any idea why?
Thanks and Regards,
Arpan