SuperMap.WindowsPhone.Core.GeoLine.GeoLine C# (CSharp) Méthode

GeoLine() public méthode

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