Ejemplo n.º 1
0
 public RailingCatalogResource(int APIversion, Stream unused, RailingCatalogResource basis)
     : base(APIversion, basis.version, basis.common, basis.list)
 {
     this.materialList            = (basis.version >= 0x00000003) ? new MaterialList(OnResourceChanged, basis.materialList) : null;
     this.common                  = new Common(requestedApiVersion, OnResourceChanged, basis.common);
     this.railing4xModelVPXYIndex = basis.railing4xModelVPXYIndex;
     this.railing1xModelVPXYIndex = basis.railing1xModelVPXYIndex;
     this.postModelVPXYIndex      = basis.postModelVPXYIndex;
 }
Ejemplo n.º 2
0
 public RailingCatalogResource(int APIversion, Stream unused, RailingCatalogResource basis)
     : base(APIversion, basis.version, basis.common, basis.list)
 {
     this.materialList = (basis.version >= 0x00000003) ? new MaterialList(OnResourceChanged, basis.materialList) : null;
     this.common = new Common(requestedApiVersion, OnResourceChanged, basis.common);
     this.railing4xModelVPXYIndex = basis.railing4xModelVPXYIndex;
     this.railing1xModelVPXYIndex = basis.railing1xModelVPXYIndex;
     this.postModelVPXYIndex = basis.postModelVPXYIndex;
 }