AsterixDisplayAnalyser.SystemAdaptationDataSet.StateBorder.StateBorder C# (CSharp) 메소드

StateBorder() 공개 메소드

public StateBorder ( string S_Name, System S_Points ) : System
S_Name string
S_Points System
리턴 System
            public StateBorder(string S_Name, System.Collections.Generic.List<GeoCordSystemDegMinSecUtilities.LatLongClass> S_Points)
            {
                StateName = S_Name;
                StateBorderPoints = S_Points;
            }
SystemAdaptationDataSet.StateBorder