Page Index Toggle Pages: 1 Send TopicPrint
Normal Topic How to get the node's data in the savedfile? (Read 1676 times)
Gu Wenwei
YaBB Newbies
*
Offline


I Love MindFusion!

Posts: 49
Joined: May 2nd, 2017
How to get the node's data in the savedfile?
Oct 12th, 2017 at 5:27am
Print Post  
How do I not open the file to get the node's data in the savedfile? Embarrassed
  
Back to top
 
IP Logged
 
Slavcho
YaBB Moderator
*****
Offline


tech.support

Posts: 3154
Joined: Oct 19th, 2005
Re: How to get the node's data in the savedfile?
Reply #1 - Oct 12th, 2017 at 5:36am
Print Post  
If you save using SaveToXml method you could parse the XML files yourself if you want to avoid loading them into the diagram for some reason (implementing a search function?).

If you are trying to avoid loading into currently visible diagram instance, note that you can create and load an off-screen Diagram without showing it inside a DiagramView. Then look for node data in the off-screen Diagram using its .NET API, while only your main diagram shows on screen.

Regards,
Slavcho
Mindfusion
  
Back to top
 
IP Logged
 
Gu Wenwei
YaBB Newbies
*
Offline


I Love MindFusion!

Posts: 49
Joined: May 2nd, 2017
Re: How to get the node's data in the savedfile?
Reply #2 - Oct 12th, 2017 at 12:11pm
Print Post  
thx, i select 2
  
Back to top
 
IP Logged
 
Page Index Toggle Pages: 1
Send TopicPrint