if I write projection trasformation using wgs84 the create method crash. If I use another sr != 4326 the create method is OK. Is a bug?
SpatialReference sr4326 <SPAN class="operator token">=</SPAN> SpatialReferences<SPAN class="punctuation token">.</SPAN>WGS84<SPAN class="punctuation token">;</SPAN>
SpatialReference sr3857 <SPAN class="operator token">=</SPAN> SpatialReferences<SPAN class="punctuation token">.</SPAN>WebMercator<SPAN class="punctuation token">;</SPAN>
ProjectionTransformation projTransFromSRs <SPAN class="operator token">=</SPAN> ArcGIS<SPAN class="punctuation token">.</SPAN>Core<SPAN class="punctuation token">.</SPAN>Geometry<SPAN class="punctuation token">.</SPAN>ProjectionTransformation<SPAN class="punctuation token">.</SPAN><SPAN class="token function">Create</SPAN><SPAN class="punctuation token">(</SPAN>sr3857<SPAN class="punctuation token">,</SPAN>sr4326<SPAN class="punctuation token">)</SPAN><SPAN class="punctuation token">;</SPAN>
<SPAN class="line-numbers-rows"><SPAN></SPAN><SPAN></SPAN><SPAN></SPAN><SPAN></SPAN></SPAN>