mirror of
https://github.com/jeremytammik/RevitSdkSamples.git
synced 2026-09-25 20:27:01 +00:00
copied Revit 2024 SDK
This commit is contained in:
@@ -306,8 +306,7 @@ namespace Revit.SDK.Samples.NewRoof.RoofForms.CS
|
||||
{
|
||||
// update base level
|
||||
Parameter para = m_roof.get_Parameter(BuiltInParameter.ROOF_BASE_LEVEL_PARAM);
|
||||
Autodesk.Revit.DB.ElementId id = new Autodesk.Revit.DB.ElementId(value.Id.IntegerValue);
|
||||
para.Set(id);
|
||||
para.Set(value.Id);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user