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