Method ToSpatialReference
ToSpatialReference()
Returns a new SpatialReference based on the current values of this builder.
Declaration
public SpatialReference ToSpatialReference()
Returns
Type | Description |
---|---|
SpatialReference | A new spatial reference with the current coordinate system and precision values of this builder. |
Remarks
Use IsValid after changing precision properties on this builder to check all the values are valid and consistent with each other - for example, Tolerance must be at least twice Resolution for this method to return a SpatialReference.
See Also
Applies to
Platforms and versions
Target | Versions |
---|---|
.NET Standard 2.0 | 200.8 |
.NET | 200.8 |
.NET Windows | 200.8 |
.NET Android | 200.8 |
.NET iOS | 200.8 |
.NET Framework | 200.8 |
UWP | 200.8 |