<?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: ERROR 000800: The value is not a member of INVERT | NOT_INVERT executing SelectLayerByLocation in ArcObjects SDK Questions</title>
    <link>https://community.esri.com/t5/arcobjects-sdk-questions/error-000800-the-value-is-not-a-member-of-invert/m-p/373576#M9808</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The problem was that&amp;nbsp;&lt;SPAN style="background-color: #ffffff;"&gt;selectLayerByLocation.out_layer_or_view&lt;SPAN&gt;&amp;nbsp; is not needed. I deleted that line and works.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 11 Mar 2020 15:44:33 GMT</pubDate>
    <dc:creator>David_RonaldSuárez_Urresti</dc:creator>
    <dc:date>2020-03-11T15:44:33Z</dc:date>
    <item>
      <title>ERROR 000800: The value is not a member of INVERT | NOT_INVERT executing SelectLayerByLocation</title>
      <link>https://community.esri.com/t5/arcobjects-sdk-questions/error-000800-the-value-is-not-a-member-of-invert/m-p/373575#M9807</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;When executing&amp;nbsp;SelectLayerByLocation with arcobjects (c#) in 10.6.1, I am getting the errors:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ERROR 000622: Failed to execute (Select Layer By Location). Parameters are not valid.&lt;/P&gt;&lt;P&gt;ERROR 000800: The value is not a member of INVERT | NOT_INVERT.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My code is:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;MakeFeatureLayer featureLayerTrafos = new MakeFeatureLayer(infeatures_transformador, out_layerTrafos);&lt;BR /&gt; RunTool(geoprocessor, featureLayerTrafos, null);&lt;BR /&gt; MakeFeatureLayer featureLayerBT = new MakeFeatureLayer(infeatures_bt, out_layerBT);&lt;BR /&gt; RunTool(geoprocessor, featureLayerBT, null);&lt;BR /&gt; &lt;BR /&gt; SelectLayerByLocation selectLayerByLocation = new SelectLayerByLocation();&lt;BR /&gt; selectLayerByLocation.in_layer = featureLayerTrafos.out_layer;&lt;BR /&gt; selectLayerByLocation.out_layer_or_view = "TrafosConBT";&lt;BR /&gt; selectLayerByLocation.selection_type = "NEW_SELECTION";&lt;BR /&gt; selectLayerByLocation.overlap_type = "INTERSECT";&lt;BR /&gt; selectLayerByLocation.invert_spatial_relationship = "NOT_INVERT";&lt;BR /&gt; selectLayerByLocation.select_features = featureLayerBT.out_layer;&lt;BR /&gt; IGeoProcessorResult2 resultInt = RunTool(geoprocessor, selectLayerByLocation, null);&amp;nbsp; &amp;nbsp;//HERE I GET THE ERRORS&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any idea what is wrong?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Mar 2020 18:31:22 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcobjects-sdk-questions/error-000800-the-value-is-not-a-member-of-invert/m-p/373575#M9807</guid>
      <dc:creator>David_RonaldSuárez_Urresti</dc:creator>
      <dc:date>2020-03-10T18:31:22Z</dc:date>
    </item>
    <item>
      <title>Re: ERROR 000800: The value is not a member of INVERT | NOT_INVERT executing SelectLayerByLocation</title>
      <link>https://community.esri.com/t5/arcobjects-sdk-questions/error-000800-the-value-is-not-a-member-of-invert/m-p/373576#M9808</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The problem was that&amp;nbsp;&lt;SPAN style="background-color: #ffffff;"&gt;selectLayerByLocation.out_layer_or_view&lt;SPAN&gt;&amp;nbsp; is not needed. I deleted that line and works.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Mar 2020 15:44:33 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcobjects-sdk-questions/error-000800-the-value-is-not-a-member-of-invert/m-p/373576#M9808</guid>
      <dc:creator>David_RonaldSuárez_Urresti</dc:creator>
      <dc:date>2020-03-11T15:44:33Z</dc:date>
    </item>
  </channel>
</rss>

