Exemple #1
0
 protected XbimColumnType NewColumnType(IfcColumnType type) { return new XbimColumnType(this, type); }
 internal XbimColumnType(XbimDocument document, IfcColumnType columType)
     : base(document)
 {
     IfcColumnType = columType;
 }