.NET
Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic to the Top
- Bookmark
- Subscribe
- Printer Friendly Page
C#: MapTopolog yException getting/se tting configurat ion variable
Options
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
30 Views, 0 Replies
08-12-2005 12:39 AM
Hi folks,
All my attempts were in vain to get or set configuration variables. Everytime I get a MapTopologyException. The errorcode ist -5001. I have no idea what to do :-(
Variable config = new Variable();
config.LoadProfile("test.dpf");
ResultBuffer rb = this.config.Get("INCLUDEOBJS_LAYERS");
All my attempts were in vain to get or set configuration variables. Everytime I get a MapTopologyException. The errorcode ist -5001. I have no idea what to do :-(
Variable config = new Variable();
config.LoadProfile("test.dpf");
ResultBuffer rb = this.config.Get("INCLUDEOBJS_LAYERS");

