Property IsValid
IsValid
Gets a value indicating whether a SpatialReference can be produced from the current builder properties, false
otherwise.
Declaration
public bool IsValid { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
|
Remarks
A spatial reference builder is only considered valid if:
- Resolution and VerticalResolution are greater than zero.
- Tolerance and VerticalTolerance are greater than zero.
- Tolerance is at least twice the Resolution.
- VerticalTolerance is at least twice the VerticalResolution.
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 |