Visio Guy

Visio Discussions => Programming & Code => Topic started by: michelleh on June 18, 2010, 09:37:13 PM

Title: C# classes corresponding to VDX?
Post by: michelleh on June 18, 2010, 09:37:13 PM
I'd like to use the .Net XMLSerializer classes to read a VDX file into corresponding C# classes for manipulation then write them back out.  The XSD tool gives errors on the PINX element when I try to do generate classes from a simple VDX file, so that method won't work.  Is there a Microsoft download or SDK somewhere that might have the class definitions?

Thanks
Title: Re: C# classes corresponding to VDX?
Post by: aledlund on June 19, 2010, 11:27:43 AM
The v2010 sdk has the current xml schema available in the documentation set. It's in xml of course.
al