AsterixDisplayAnalyser.DynamicDisplayBuilder.UpdateHDG C# (CSharp) Метод

UpdateHDG() публичный статический Метод

public static UpdateHDG ( int Index, string HDG_Value ) : void
Index int
HDG_Value string
Результат void
        public static void UpdateHDG(int Index, string HDG_Value)
        {
            GlobalTargetList[Index].MyMarker.A_HDG_STRING = 'h' + HDG_Value;
        }