Constructor GeoprocessingLinearUnit
GeoprocessingLinearUnit()
Initializes a new instance of the Geoprocessing
Declaration
public GeoprocessingLinearUnit()
Applies to
Platforms and versions
Target | Versions |
---|---|
.NET Standard 2.0 | 100.3 - 200.6 |
.NET | 100.13 - 200.6 |
.NET Windows | 100.13 - 200.6 |
.NET Android | 200.0 - 200.6 |
.NET iOS | 200.0 - 200.6 |
.NET Framework | 100.0 - 200.6 |
Xamarin.Android | 100.0 - 100.15 |
Xamarin.iOS | 100.0 - 100.15 |
UWP | 100.0 - 200.6 |
GeoprocessingLinearUnit(Double, LinearUnit)
Initializes a new instance of the Geoprocessing
Declaration
public GeoprocessingLinearUnit(double distance, LinearUnit unit)
Parameters
Type | Name | Description |
---|---|---|
System. |
distance | The distance value of the parameter. |
Linear |
unit | The unit of distance. |
Remarks
If the provided Linear
Applies to
Platforms and versions
Target | Versions |
---|---|
.NET Standard 2.0 | 100.3 - 200.6 |
.NET | 100.13 - 200.6 |
.NET Windows | 100.13 - 200.6 |
.NET Android | 200.0 - 200.6 |
.NET iOS | 200.0 - 200.6 |
.NET Framework | 100.0 - 200.6 |
Xamarin.Android | 100.0 - 100.15 |
Xamarin.iOS | 100.0 - 100.15 |
UWP | 100.0 - 200.6 |
GeoprocessingLinearUnit(Double)
Initializes a new instance of the Geoprocessing
Declaration
public GeoprocessingLinearUnit(double distance)
Parameters
Type | Name | Description |
---|---|---|
System. |
distance | The distance value of the parameter in meters. |
Remarks
Note that although this constructor defaults to meters, the unit can be changed by updating Unit . If the unit is changed in this way, the value is not converted.
Applies to
Platforms and versions
Target | Versions |
---|---|
.NET Standard 2.0 | 100.3 - 200.6 |
.NET | 100.13 - 200.6 |
.NET Windows | 100.13 - 200.6 |
.NET Android | 200.0 - 200.6 |
.NET iOS | 200.0 - 200.6 |
.NET Framework | 100.0 - 200.6 |
Xamarin.Android | 100.0 - 100.15 |
Xamarin.iOS | 100.0 - 100.15 |
UWP | 100.0 - 200.6 |
GeoprocessingLinearUnit(Double, GeoprocessingLinearUnits)
Initializes a new instance of the Geoprocessing
Declaration
public GeoprocessingLinearUnit(double distance, GeoprocessingLinearUnits unit)
Parameters
Type | Name | Description |
---|---|---|
System. |
distance | The distance value of the parameter. |
Geoprocessing |
unit | The unit of distance. |
Remarks
The Geoprocessing
Applies to
Platforms and versions
Target | Versions |
---|---|
.NET Standard 2.0 | 100.3 - 200.6 |
.NET | 100.13 - 200.6 |
.NET Windows | 100.13 - 200.6 |
.NET Android | 200.0 - 200.6 |
.NET iOS | 200.0 - 200.6 |
.NET Framework | 100.0 - 200.6 |
Xamarin.Android | 100.0 - 100.15 |
Xamarin.iOS | 100.0 - 100.15 |
UWP | 100.0 - 200.6 |