Skip to main content

Query to get back count of features greater than 1000

Comments

1 comment

  • Berend Veldkamp
    As far as I know, statistics are not restricted by the 1000 record limit, so you could use the Out Statistics property: { New OutStatistic("AnyField", "COUNT", StatisticType.Count) } This will result in a featureset that contains a single record with the number of features as attribute.

     

    Alternatively, you could try Return IDs Only, I think that will also work with >1000 records. But obviously the 'statistics' method would result in a much smaller webrequest.

     

     
    0

Please sign in to leave a comment.