public static int GetBackgroundPointer(GeolayoutCommand command)
            {
                command.Position = 0x4;
                int value = command.ReadInt32();

                command.Position = 0;
                return(value);
            }
            public static int GetSegGeopointer(ref GeolayoutCommand command)
            {
                command.Position = 0x4;
                int value = command.ReadInt32();

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