Allow query *on load* of feature service in ArcGIS for AutoCAD

409
0
08-17-2018 03:30 PM
Status: Open
SolanaFoo4
New Contributor III

I'd like to be able to filter the features I bring into AutoCAD when using ArcGIS for AutoCAD.  We are able to bring in the entire feature service with all records (ours is hosted on ArcGIS Server 10.5.1) but it is so large it becomes impractical to work with in CAD.  

There is an ability to limit by extent but this is not ideal.

Please add a query BY ATTRIBUTE ability to allow the user to filter which features to draw in CAD from a REST end point/feature service.

AutoLISP has this:

esri_featureservice_set

Can you allow the user to specifiy a specific index of a layer in the service, and then add an attribute query, such as "OBJECTID in (1,2,3)" within the AutoLISP?