<?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: Scripting a definition query in ArcGIS Explorer Desktop Questions</title>
    <link>https://community.esri.com/t5/arcgis-explorer-desktop-questions/scripting-a-definition-query/m-p/717206#M4460</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Mike,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;What I am trying do do is enter a script into the defintion query box such as&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;objectid IN (SELECT &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp; s.objectid &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;FROM &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp; sde_FBRW.FBRWSADMIN.Parcel_Boundaries s, &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;sde_FBRW_Design.FBDESIGNADMIN.Mandaree_Pipeline t &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;WHERE &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp; t.CLASS = '160' &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;AND &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; ST_Intersects(s.shape, t.shape) = 1)&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I am working in 9.3.1 and I cant figure out the correct syntax. Any further help would be greatly appreciated. Thanks!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 06 Dec 2010 15:46:06 GMT</pubDate>
    <dc:creator>JoeyDiehl</dc:creator>
    <dc:date>2010-12-06T15:46:06Z</dc:date>
    <item>
      <title>Scripting a definition query</title>
      <link>https://community.esri.com/t5/arcgis-explorer-desktop-questions/scripting-a-definition-query/m-p/717204#M4458</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I am working with a line and polygon feature class. I am wondering how I would use a definition query to only show polygons(Parcels) which are intersected by my line(Pipeline) layer. Can someone please help me? Any help on this would be greatly appreciated.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Nov 2010 12:36:41 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-explorer-desktop-questions/scripting-a-definition-query/m-p/717204#M4458</guid>
      <dc:creator>JoeyDiehl</dc:creator>
      <dc:date>2010-11-30T12:36:41Z</dc:date>
    </item>
    <item>
      <title>Re: Scripting a definition query</title>
      <link>https://community.esri.com/t5/arcgis-explorer-desktop-questions/scripting-a-definition-query/m-p/717205#M4459</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;- If you are using the UI:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;See the Query tool (&lt;/SPAN&gt;&lt;A href="http://webhelp.esri.com/arcgisexplorer/1500//en/query_editor.htm"&gt;http://webhelp.esri.com/arcgisexplorer/1500//en/query_editor.htm&lt;/A&gt;&lt;SPAN&gt;)&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;- If you are developing an Add-in: &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;See the FeatureLayer.QueryDefinition property (&lt;/SPAN&gt;&lt;A href="http://help.arcgis.com/en/arcgisexplorer/1500/sdk/componenthelp/index.html#/QueryDefinition_Property/000300000sn9000000/"&gt;http://help.arcgis.com/en/arcgisexplorer/1500/sdk/componenthelp/index.html#/QueryDefinition_Property/000300000sn9000000/&lt;/A&gt;&lt;SPAN&gt;).&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Mike&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Dec 2010 08:23:22 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-explorer-desktop-questions/scripting-a-definition-query/m-p/717205#M4459</guid>
      <dc:creator>MichaelBranscomb</dc:creator>
      <dc:date>2010-12-01T08:23:22Z</dc:date>
    </item>
    <item>
      <title>Re: Scripting a definition query</title>
      <link>https://community.esri.com/t5/arcgis-explorer-desktop-questions/scripting-a-definition-query/m-p/717206#M4460</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Mike,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;What I am trying do do is enter a script into the defintion query box such as&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;objectid IN (SELECT &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp; s.objectid &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;FROM &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp; sde_FBRW.FBRWSADMIN.Parcel_Boundaries s, &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;sde_FBRW_Design.FBDESIGNADMIN.Mandaree_Pipeline t &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;WHERE &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp; t.CLASS = '160' &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;AND &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; ST_Intersects(s.shape, t.shape) = 1)&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I am working in 9.3.1 and I cant figure out the correct syntax. Any further help would be greatly appreciated. Thanks!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Dec 2010 15:46:06 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-explorer-desktop-questions/scripting-a-definition-query/m-p/717206#M4460</guid>
      <dc:creator>JoeyDiehl</dc:creator>
      <dc:date>2010-12-06T15:46:06Z</dc:date>
    </item>
    <item>
      <title>Re: Scripting a definition query</title>
      <link>https://community.esri.com/t5/arcgis-explorer-desktop-questions/scripting-a-definition-query/m-p/717207#M4461</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;When you say 9.3.1 - do you mean you're working in ArcGIS Desktop (i.e. ArcMap / ArcCatalog)? If so, try posting your question in the ArcGIS Desktop forums (&lt;/SPAN&gt;&lt;A href="http://forums.arcgis.com/forums/5-ArcGIS-Desktop-General"&gt;http://forums.arcgis.com/forums/5-ArcGIS-Desktop-General&lt;/A&gt;&lt;SPAN&gt;).&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Mike&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Dec 2010 09:15:31 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-explorer-desktop-questions/scripting-a-definition-query/m-p/717207#M4461</guid>
      <dc:creator>MichaelBranscomb</dc:creator>
      <dc:date>2010-12-07T09:15:31Z</dc:date>
    </item>
  </channel>
</rss>

