Select to view content in your preferred language

CoordinateSystemsDetailsControl default to current xy

369
0
08-17-2020 12:08 AM
by Anonymous User
Not applicable

Hi Guys,

Refer to this sample, if ShowVCS is true, it always select current Z value, how I can make current xy value to be selected by default? Uma Harano

arcgis-pro-sdk-community-samples/CoordSysDialog.xaml at master · Esri/arcgis-pro-sdk-community-sampl... 

 <mapping:CoordinateSystemsDetailsControl Grid.Row="3" 
                   SpatialReference="{Binding ElementName=CoordinateSystemsControl, Path=SelectedSpatialReference}"
                   ShowVerticalCSDetails="{Binding Path=ShowVCS}"/>

0 Kudos
0 Replies