Show / Hide Table of Contents

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
bool

true if a SpatialReference can be produced from the current builder properties, false otherwise.

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
ToSpatialReference()

Applies to

Platforms and versions
TargetVersions
.NET Standard 2.0200.8
.NET200.8 - 300.0
.NET Windows200.8 - 300.0
.NET Android200.8 - 300.0
.NET iOS200.8 - 300.0
.NET Framework200.8
UWP200.8
In this article
Provide feedback
Back to top Copyright © 2025 Esri.