Property Polyline
Polyline
Gets the Polyline that comprises the trace results.
Declaration
public Polyline Polyline { get; }
Property Value
Type | Description |
---|---|
Polyline | The Polyline that comprises the trace results. |
Remarks
The Polyline is the union of all line geometries returned by the trace.
If the result does not include lines, this property will be null
.
The result may be a curve, in which case it should be densified.
Applies to
Platforms and versions
Target | Versions |
---|---|
.NET Standard 2.0 | 100.9 - 200.5 |
.NET | 100.13 - 200.5 |
.NET Windows | 100.13 - 200.5 |
.NET Android | 200.0 - 200.5 |
.NET iOS | 200.0 - 200.5 |
.NET Framework | 100.9 - 200.5 |
Xamarin.Android | 100.9 - 100.15 |
Xamarin.iOS | 100.9 - 100.15 |
UWP | 100.9 - 200.5 |