INTERACT FORUM

Windows => Plug-in Development => Topic started by: dreicher on July 17, 2003, 07:30:54 am

Title: Visualization Data via Interface
Post by: dreicher on July 17, 2003, 07:30:54 am
Is there anyway to get visualization data via an interface plug-in? Or, is there a VB example of a display plug-in. I'm writing an interface plug-in in VB, and I'm trying to pull visualization data to send it to a remote pc.

Thanks in advance.

Dan
Title: Re: Visualization Data via Interface
Post by: Matt on July 29, 2003, 11:55:35 am
In VB it'll be tricky.

You can link to the visualization library in the display SDK to get vis data.  But to get it to VB you'll need a DLL written in C++, so it may be more hassle than it's worth...