AsterixDisplayAnalyser.SystemAdaptationDataSet.StateBorder.StateBorder C# (CSharp) Method

StateBorder() public method

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