Autodesk Inventor Customization
Reply
Topic Options
- Start Article
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic to the Top
- Bookmark
- Subscribe
- Printer Friendly Page
Reflection C#
Options
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
63 Views, 1 Replies
11-27-2012 09:27 AM
Is reflection of properties supported in the 2013 api. In 2011 I would use refelction to get the value of properties from objects via a generic method. However in 2013 the properties aren't being reflected anymore. For instance the WorkAxis object only has a Visible property refelected.
Has something changed with the members of the types in .NET?
Rodney Thomas
Design Engineer / Programmer
A & A Manufacturing
Support a Q & A For CAD Users: Stack Exchange Proposal
Design Engineer / Programmer
A & A Manufacturing
Support a Q & A For CAD Users: Stack Exchange Proposal
Re: Reflection C#
Options
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
12-11-2012 05:30 PM in reply to:
rjay75
We generate the interop the same way as we always have. What has changed is that we're using .Net Framework 4 to generate it. Is your project using .Net Framework 4? If it is, then possibly the .Net utility that builds the interop has changed.

Brian Ekins
Inventor API Product Designer
Manufacturing Solutions
Autodesk, Inc.

