コード例 #1
0
 public IfcNavigationElementType(DatabaseIfc db, string name, IfcNavigationElementTypeEnum predefinedType)
     : base(db, name)
 {
     PredefinedType = predefinedType;
 }
コード例 #2
0
 public IfcNavigationElementType(DatabaseIfc db, IfcNavigationElementType navigationElementType, DuplicateOptions options) : base(db, navigationElementType, options)
 {
     PredefinedType = navigationElementType.PredefinedType;
 }