Message 1 of 4
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi,
I am trying to read the RequiresUpdate property of a ApprenticeServerDrawingDocument in a console application, but it fails all the time. How should I read this property from a console application?
Inventor.ApprenticeServerComponent app = new Inventor.ApprenticeServerComponent(); Inventor.ApprenticeServerDrawingDocument doc = app.Open(file) as Inventor.ApprenticeServerDrawingDocument; Console.WriteLine(doc.RequiresUpdate.ToString());
Is Invoking an option? Any sample code for that?
Regards,
Pim Saarloos
Solved! Go to Solution.