Message 1 of 2

Not applicable
10-11-2015
06:16 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hello Everyone,
I want to perform a seemingly trivial task. I am trying to setting-up positional values (NS EW Elev) of a Survey point, programtically.
One of the articles on this topic says its not possible via API. However the article is almost three years now, so i hope API has got richer in this area.
if(basePoint.IsShared) { basePoint.Pinned = false; basePoint.get_Parameter(BuiltInParameter.BASEPOINT_NORTHSOUTH_PARAM).Set(100); }
This code throws exception: "There parameter is read-only".
Is there a better / another way of doing it in Revit API 2016?
Thanks in advance.
Best regards,
Kinjal.
Solved! Go to Solution.