Message 1 of 3
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
i have an error when i'm trying to get the column base offset instance parameter it gives me error i tried to use built in parameter Enum and i tried to use look up parameter and both give me error although the storage type is double as i checked in revit look up tool as iam trying to give it offset
foreach (var columnid in columnsid)
{
Element column =Doc.GetElement(columnid);
var parameterbaseoffset =
column.LookupParameter("Base Offset").AsDouble();
//parameterbaseoofset.Set(offset);
}
Solved! Go to Solution.