mirror of
https://github.com/jeremytammik/RevitSdkSamples.git
synced 2026-09-17 18:12:08 +00:00
copied Revit 2024 SDK
This commit is contained in:
@@ -125,7 +125,7 @@ namespace Revit.SDK.Samples.MeasureHeight.CS
|
||||
}
|
||||
|
||||
// Find the floor to use for the measurement (hardcoded)
|
||||
ElementId id = new ElementId(150314);
|
||||
ElementId id = new ElementId(150314L);
|
||||
m_floor = m_doc.GetElement(id) as Floor;
|
||||
|
||||
// Calculate the height
|
||||
|
||||
Reference in New Issue
Block a user