Exemplo n.º 1
0
 private static IBHoMExtendedProperties ContextProperties(this BuildingElement element)
 {
     return(element.PropertiesByType(typeof(BuildingElementContextProperties)));
 }
Exemplo n.º 2
0
 private static IBHoMExtendedProperties AnalyticalProperties(this BuildingElement element)
 {
     return(element.PropertiesByType(typeof(BuildingElementAnalyticalProperties)));
 }