How to capture none in Current Z for CoordSysDialog

444
2
12-05-2019 06:05 PM
by Anonymous User
Not applicable

Refer to this community sample.

arcgis-pro-sdk-community-samples/Geometry/CoordinateSystemDialog at master · Esri/arcgis-pro-sdk-com... 

When I changed the current z coord system into <None> value, SelectedSpatialReferenceChanged event does not fire up. If other coord is selected rather than <None> or null value, that event is fired.

Would like to check how to capture that change event.

CoordSysDialog.xml.cs

 this.CoordinateSystemsControl.SelectedSpatialReferenceChanged += (s, args) => {
                _vm.SelectedSpatialReference = args.SpatialReference;
            };

0 Kudos
2 Replies
UmaHarano
Esri Regular Contributor

Hi

Thanks for reporting this one - I see the issue also. I will follow up with the development team to address this.

Thanks!

Uma

by Anonymous User
Not applicable

Hi Uma Harano,

Is that fix in 2.5? or future release?

Best Regards,

Than

0 Kudos