copied Revit 2024 SDK

This commit is contained in:
Jeremy Tammik
2023-04-26 14:47:47 +02:00
parent 2ca39e38fd
commit 4d69f3eea5
425 changed files with 344414 additions and 2296 deletions
@@ -85,7 +85,7 @@ namespace Revit.SDK.Samples.GeometryCreation_BooleanOperation.CS
if (!viewNameList.Contains(viewName))
{
IList<Element> viewFamilyTypes = new FilteredElementCollector(m_doc).OfClass(typeof(ViewFamilyType)).ToElements();
ElementId View3DId = new ElementId(-1);
ElementId View3DId = ElementId.InvalidElementId;
foreach (Element e in viewFamilyTypes)
{
if (e.Name == "3D View")