FamilyInstance.Location node not working in Revit 2019

Hi All,

I am having a problem in Revit 2019.
I have created a script to get the coordinates of given family instances in revit. This script is working fine in revit 2017, but in 2019 I am stuck at node “FamilyInstance.Location”.

I am getting a list of nulls.

Snapshot is attached:

Any help is appreciated.
Thanks in advance

Have you tried Element.GetLocation? I think that is the name of the node. It should be OOTB.

1 Like

I tried this node…still getting the same error…:slightly_frowning_face:

if you are using 2019.2 you need to update to dynamo 1.3.4 or 2.0.2.

what versions are you using?

1 Like

Hi Michael,

Thanks a lot, it really solved my problem.
I was using 1.3.3, now switched to 1.3.4

may I know the cause for that?

Hi @shahed.attar -the version of the geometry library that Revit 2019.2 shipped was updated and Dynamo had to update to support it.

2 Likes