AsterixDisplayAnalyser.SystemAdaptationDataSet.RunwayBorder.RunwayBorder C# (CSharp) Метод

RunwayBorder() публичный Метод

public RunwayBorder ( string S_Name, System S_Points ) : System
S_Name string
S_Points System
Результат System
            public RunwayBorder(string S_Name, System.Collections.Generic.List<GeoCordSystemDegMinSecUtilities.LatLongClass> S_Points)
            {
                RunwayName = S_Name;
                RunwayBorderPoints = S_Points;
            }
SystemAdaptationDataSet.RunwayBorder