hi,
Could anyone make me understand on the result of the following code:
SpatialReference.AreEqual(envelopeToClip.SpatialReference, clipAgainst.SpatialReference, true)
where envelopeToClip.SpatialReference is 'Spatial Reference: 102719 (2264)' published with ags 10.11, and
clipAgainst.SpatialReference is 'Spatial Reference: 2264' published with ags10.05.
Above code returns FALSE.
It looks like a defect to me. It looks comparing wkid 102719 != 2264 even though those two are the same Spatial Reference, but just uses the difference standard or what!
thanks for any input for me to understand in advance.