Exemplo n.º 1
0
 protected XbimBuildingElementProxyType NewBuildingElementProxyType(IfcBuildingElementProxyType type) { return new XbimBuildingElementProxyType(this, type); }
 internal XbimBuildingElementProxyType(XbimDocument document, IfcBuildingElementProxyType proxyType)
     : base(document)
 {
     IfcBuildingElementProxyType = proxyType;
 }