Quantcast
Channel: Forums - ArcGIS for Desktop - General
Viewing all articles
Browse latest Browse all 2565

Feature templates and definition queries (10.0)

$
0
0
Hi,
Using feature templates in desktop 10.0 (sp5), I have read that you can use definition queries and feature templates together as long as the default attribute value matches the definition query, which is fine if I have queries such as
Code:

Name = "Something"
But how do I get a feature template to work for a layer that has a query of
Code:

Name <> "Something"
or
Code:

Name IsNot null
Thanks!

Viewing all articles
Browse latest Browse all 2565

Trending Articles