Message 1 of 5
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I am trying to update the the location of my Family Instance by using the following line of code:
LocationPoint.Point = point
but it is not updating the location.
I know I can use other methods to move it but I wanted to know why does this one does not work.
Note: I am trying to update the location using a DocumentChangedEventArgs
and I tried doing this inside a transaction as well, I am not sure if I should use a transaction in DocumentChangedEvent
Solved! Go to Solution.