Reflection C#

Reflection C#

rjay75
Collaborator Collaborator
373 Views
1 Reply
Message 1 of 2

Reflection C#

rjay75
Collaborator
Collaborator

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?

0 Likes
374 Views
1 Reply
Reply (1)
Message 2 of 2

ekinsb
Alumni
Alumni

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 and Fusion 360 API Expert
Mod the Machine blog
0 Likes