增强功能

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

上次发布: August 25, 2014 ArcGIS for Desktop
增强功能 ID 编号 NIM077742
已提交August 22, 2014
上次修改时间June 5, 2024
适用范围ArcGIS for Desktop
找到的版本10.1 Beta
编程语言C#
操作系统Windows OS
操作系统版本7 64 Bit
状态Will Not Be Addressed

附加信息

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

备用工作流程

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.

重现步骤

当漏洞状态发生变化时获得通知

下载 Esri 支持应用程序

发现关于本主题的更多内容

联系技术支持部门

联系技术支持部门

下载 Esri 支持应用程序

转至下载选项