Sample Code Revit Batch Processor 1.1.11 documentation
Reports all area separation line by area schemes and level they belong too.
doc (Autodesk.Revit.DB.Document) – Current Revit model document.
dictionary where key is the area scheme name and value is a list of are line ids, or empty list if no area lines are associated with the scheme
{str: Autodesk.Revit.DB.ElementId]}
Reports all area separation line with warnings by area schemes and level they belong too.
doc (Autodesk.Revit.DB.Document) – Current Revit model document.
dictionary where key is the area scheme name and value is a list of are line ids, or empty list if no area lines are associated with the scheme
{str: Autodesk.Revit.DB.ElementId]}