void Parse(Stream s) { var br = new BinaryReader(s); this.matdLabel = (MainWallHeight)br.ReadByte(); this.matdRef = new TGIBlock(kRecommendedApiVersion, null, TGIBlock.Order.ITG, s); }
void MakeNew() { this.matdLabel = (MainWallHeight)0x0; this.matdRef = new TGIBlock(kRecommendedApiVersion, null, TGIBlock.Order.ITG); }
public WallMATDEntry(int APIversion, EventHandler handler, MainWallHeight matdLabel, TGIBlock matdRef) : base(APIversion, handler) { this.matdLabel = matdLabel; this.matdRef = new TGIBlock(kRecommendedApiVersion, handler, TGIBlock.Order.ITG, matdRef); }