LineReductionClippingPolylineBuilderPPolyline Property |
Gets the resulting polylines, after appending several single lines using Append.
Namespace:
Ptv.XServer.Controls.Map.Tools
Assembly:
Ptv.XServer.Controls.Map (in Ptv.XServer.Controls.Map.dll) Version: 1.7.10.0
Syntax public ICollection<P> Polyline { get; }
Public ReadOnly Property Polyline As ICollection(Of P)
Get
public:
property ICollection<P>^ Polyline {
ICollection<P>^ get ();
}
member Polyline : ICollection<'P> with get
Property Value
Type:
ICollectionPSee Also