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
System.Boolean

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
.NET Windows200.8
.NET Android200.8
.NET iOS200.8
.NET Framework200.8
UWP200.8
In This Article
Back to top Copyright © 2022 Esri.