Ejemplo n.º 1
0
 public IfcNavigationElementType(DatabaseIfc db, string name, IfcNavigationElementTypeEnum predefinedType)
     : base(db, name)
 {
     PredefinedType = predefinedType;
 }
Ejemplo n.º 2
0
 public IfcNavigationElementType(DatabaseIfc db, IfcNavigationElementType navigationElementType, DuplicateOptions options) : base(db, navigationElementType, options)
 {
     PredefinedType = navigationElementType.PredefinedType;
 }