Hi,
I have my own xml file format that I need to be able to load (display), edit, and save (export). I believe I can just pull the data from my xml file and manually create a CADImage object and set the appropriate properties. Then, when I need to save (export) I can just manually copy the properties into my xml file. That will probably work I was just wondering if there is a more elegant solution. Is there a way to "build in" support for different file types?
Thanks,
Eric
Custom Import/Custom Export file types
Moderators: SDS, support, admin
Re: Custom Import/Custom Export file types
Hello Eric.
CAD Import .NET doesn't allow "build in" support for different unsupported formats. You can import data from your file using stream and programmatically create CADImage object structure. Export to XML format displayed in ImportDemo project.
Alexander.
CAD Import .NET doesn't allow "build in" support for different unsupported formats. You can import data from your file using stream and programmatically create CADImage object structure. Export to XML format displayed in ImportDemo project.
Alexander.
Technical Support E-mail: support@cadsofttools.com
Chat support on Skype: cadsofttools.support
Chat support on Skype: cadsofttools.support