Amélioration

Enhancement Request: Add parameters in XAML code to set Max Records count and EnableDynamicLayers for ArcGISLocalDynamicMapServiceLayer and ArcGISLocalFeatureLayer

Dernière publication: August 25, 2014 ArcGIS for Desktop
Numéro d’ID d’amélioration NIM077742
EnvoiAugust 22, 2014
Dernière modificationJune 5, 2024
S’applique àArcGIS for Desktop
Version trouvée10.1 Beta
Langue du programmeC#
Système d’exploitationWindows OS
Version du système d’exploitation7 64 Bit
StatutWill Not Be Addressed

Informations supplémentaires

LocalServer can be defined in XAML if required - see workaround.

Processus alternatif

Can be specified in XAML:

<Grid>
<Grid.Resources>
<esri:LocalMapService x:Key="_localMapService" Path="MyMapPackage.mpk" EnableDynamicLayers="True" MaxRecords="500000" />
</Grid.Resources>

<esri:Map x:Name="_map" UseAcceleratedDisplay="False">
<esri:ArcGISTiledMapServiceLayer ID="World Topo Map"
Url="<a href="http://services.arcgisonline.com/ArcGIS/rest/services/World_Topo_Map/MapServer" target="_blank">http://services.arcgisonline.com/ArcGIS/rest/services/World_Topo_Map/MapServer</a>"/>
<esri:ArcGISLocalDynamicMapServiceLayer ID="myDynamicLayer"
Service="{StaticResource _localMapService}"/>
</esri:Map>
</Grid>

Or

Use ArcGISLocalDynamicMapServiceLayer Class : EnableDynamicLayers Property in Code behind File to Enable Dynamic Layers.

Étapes pour reproduire

Recevoir une notification lorsque le statut d’un bogue change

Télécharger l’application Esri Support

En savoir plus sur ce sujet

Contacter le support technique

Contacter le support technique

Télécharger l’application Esri Support

Accéder aux options de téléchargement