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
But how do I get a feature template to work for a layer that has a query of
or
Thanks!
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"
Code:
Name <> "Something"
Code:
Name IsNot null