Beispiel #1
0
        public UpdraftProperties()
        {
            PhysObDraftProperties physObDraftProperties0 = new PhysObDraftProperties();

            physObDraftProperties.Add(physObDraftProperties0);
            Properties = physObDraftProperties0.Properties;
        }
Beispiel #2
0
        protected override void ReadMembers(SR1_Reader reader, SR1_Structure parent)
        {
            PhysObDraftProperties temp = new PhysObDraftProperties();

            // The first one was already added, and there will be at least that one, so skip to the next.
            temp.TestRange(reader);

            // Normally 13 in the list.
            while (temp.TestRange(reader))
            {
                physObDraftProperties.Add(new PhysObDraftProperties());
            }

            reader.BaseStream.Position = Start;
            physObDraftProperties.Read(reader, this, "physObDraftProperties");
        }