public static uint GetSegGeopointer(ref GeolayoutCommand command)
            {
                command.Position = 0x8;
                uint value = command.ReadUInt32();

                command.Position = 0;
                return(value);
            }