SuperMap.WindowsPhone.Core.GeoLine.GeoLine C# (CSharp) Method

GeoLine() public method

${WP_core_GeoLine_constructor_None_D}
public GeoLine ( ) : System
return System
        public GeoLine()
        {
            this.Parts = new ObservableCollection<Point2DCollection>();
        }