mirror of
https://github.com/jeremytammik/RevitSdkSamples.git
synced 2026-09-12 22:33:22 +00:00
copied Revit 2024 SDK
This commit is contained in:
@@ -395,7 +395,7 @@ namespace Revit.SDK.Samples.FrameBuilder.CS
|
||||
|
||||
FilteredElementCollector collector = new FilteredElementCollector(m_Doc);
|
||||
IList<Element> viewFamilyTypes = collector.OfClass(typeof(ViewFamilyType)).ToElements();
|
||||
ElementId floorPlanId = new ElementId(-1);
|
||||
ElementId floorPlanId = ElementId.InvalidElementId;
|
||||
foreach (Element e in viewFamilyTypes)
|
||||
{
|
||||
ViewFamilyType v = e as ViewFamilyType;
|
||||
|
||||
Reference in New Issue
Block a user