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

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

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