<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Maptips - Is there a feature count limitation? in ArcGIS API for Silverlight Questions</title>
    <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/maptips-is-there-a-feature-count-limitation/m-p/666498#M17143</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;The service may have reached its limit of how many features it can return at once (the default is 500 for ArcGIS Server 9.3.1, 1000 for ArcGIS Server 10, 1000 for MapIt)... as mentioned here:&lt;/SPAN&gt;&lt;A href="http://help.arcgis.com/en/webapi/silverlight/help/creating_featurelayer.htm"&gt;http://help.arcgis.com/en/webapi/silverlight/help/creating_featurelayer.htm&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;You can set the FeatureLayer.Symbol property depending on the geometry type (Marker symbols for Points, Line symbols for Polylines, Fill symbols for Polygons) or apply a renderer to FeatureLayer.Renderer. Either these properties can be set with any symbol of your choosing as long as it makes sense (matching the geometry type).&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Check out our Symbol Gallery, Renderer and Custom Symbol samples: &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;This is for API v2.0 &lt;/SPAN&gt;&lt;A href="http://help.arcgis.com/en/webapi/silverlight/samples/start.htm"&gt;http://help.arcgis.com/en/webapi/silverlight/samples/start.htm&lt;/A&gt;&lt;BR /&gt;&lt;SPAN&gt;and API v1.2&lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="http://resources.esri.com/help/9.3/arcgisserver/apis/silverlight/samples/start.htm"&gt;http://resources.esri.com/help/9.3/arcgisserver/apis/silverlight/samples/start.htm&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Jennifer&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 12 Aug 2010 14:15:47 GMT</pubDate>
    <dc:creator>JenniferNery</dc:creator>
    <dc:date>2010-08-12T14:15:47Z</dc:date>
    <item>
      <title>Maptips - Is there a feature count limitation?</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/maptips-is-there-a-feature-count-limitation/m-p/666496#M17141</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I have a map with some water utility data. I have a feature mousetip come up on mouseover event. In my mxd I have a feature class with about 27,000 features. When I run my app through VS2008 I only get 500 of the features to symbolize with the default red point dot. Is there a limitation to the amount of features?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I know that 500 came up because I added a clusterer to see the total count at full extent. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Also is there a way to turn off the default point symbology for the maptip? I would rather there not be a point or outline for the feature class I am using. Is there maybe a way to have no color on the symbol?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Aug 2010 12:14:09 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/maptips-is-there-a-feature-count-limitation/m-p/666496#M17141</guid>
      <dc:creator>BrandonIves</dc:creator>
      <dc:date>2010-08-12T12:14:09Z</dc:date>
    </item>
    <item>
      <title>Re: Maptips - Is there a feature count limitation?</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/maptips-is-there-a-feature-count-limitation/m-p/666497#M17142</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Also I was looking at the ESRI samples (&lt;/SPAN&gt;&lt;A href="http://resources.esri.com/help/9.3/arcgisserver/apis/silverlight/samples/start.htm"&gt;http://resources.esri.com/help/9.3/arcgisserver/apis/silverlight/samples/start.htm&lt;/A&gt;&lt;SPAN&gt;) and noticed that all their samples have less than 500 features. The max I saw was 305 in the example for features.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Aug 2010 12:17:10 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/maptips-is-there-a-feature-count-limitation/m-p/666497#M17142</guid>
      <dc:creator>BrandonIves</dc:creator>
      <dc:date>2010-08-12T12:17:10Z</dc:date>
    </item>
    <item>
      <title>Re: Maptips - Is there a feature count limitation?</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/maptips-is-there-a-feature-count-limitation/m-p/666498#M17143</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;The service may have reached its limit of how many features it can return at once (the default is 500 for ArcGIS Server 9.3.1, 1000 for ArcGIS Server 10, 1000 for MapIt)... as mentioned here:&lt;/SPAN&gt;&lt;A href="http://help.arcgis.com/en/webapi/silverlight/help/creating_featurelayer.htm"&gt;http://help.arcgis.com/en/webapi/silverlight/help/creating_featurelayer.htm&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;You can set the FeatureLayer.Symbol property depending on the geometry type (Marker symbols for Points, Line symbols for Polylines, Fill symbols for Polygons) or apply a renderer to FeatureLayer.Renderer. Either these properties can be set with any symbol of your choosing as long as it makes sense (matching the geometry type).&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Check out our Symbol Gallery, Renderer and Custom Symbol samples: &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;This is for API v2.0 &lt;/SPAN&gt;&lt;A href="http://help.arcgis.com/en/webapi/silverlight/samples/start.htm"&gt;http://help.arcgis.com/en/webapi/silverlight/samples/start.htm&lt;/A&gt;&lt;BR /&gt;&lt;SPAN&gt;and API v1.2&lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="http://resources.esri.com/help/9.3/arcgisserver/apis/silverlight/samples/start.htm"&gt;http://resources.esri.com/help/9.3/arcgisserver/apis/silverlight/samples/start.htm&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Jennifer&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Aug 2010 14:15:47 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/maptips-is-there-a-feature-count-limitation/m-p/666498#M17143</guid>
      <dc:creator>JenniferNery</dc:creator>
      <dc:date>2010-08-12T14:15:47Z</dc:date>
    </item>
    <item>
      <title>Re: Maptips - Is there a feature count limitation?</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/maptips-is-there-a-feature-count-limitation/m-p/666499#M17144</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks for the quick response.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Is the mode property only available in API 2.0? I am on API 1.2 and mode is not available.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Aug 2010 14:53:40 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/maptips-is-there-a-feature-count-limitation/m-p/666499#M17144</guid>
      <dc:creator>BrandonIves</dc:creator>
      <dc:date>2010-08-12T14:53:40Z</dc:date>
    </item>
    <item>
      <title>Re: Maptips - Is there a feature count limitation?</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/maptips-is-there-a-feature-count-limitation/m-p/666500#M17145</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;FYI......found it and Mode property is new in API 2.0.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Aug 2010 14:57:53 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/maptips-is-there-a-feature-count-limitation/m-p/666500#M17145</guid>
      <dc:creator>BrandonIves</dc:creator>
      <dc:date>2010-08-12T14:57:53Z</dc:date>
    </item>
    <item>
      <title>Re: Maptips - Is there a feature count limitation?</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/maptips-is-there-a-feature-count-limitation/m-p/666501#M17146</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Yes Brandon, the Mode property is only available in version 2.0 of the API.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Aug 2010 15:02:52 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/maptips-is-there-a-feature-count-limitation/m-p/666501#M17146</guid>
      <dc:creator>AliMirzabeigi</dc:creator>
      <dc:date>2010-08-12T15:02:52Z</dc:date>
    </item>
  </channel>
</rss>

