<?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: 10.1 SOE create object in the server in ArcObjects SDK Questions</title>
    <link>https://community.esri.com/t5/arcobjects-sdk-questions/10-1-soe-create-object-in-the-server/m-p/340719#M8948</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;In an SOE you are in the server context.&amp;nbsp; So, no there is no context to release.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 05 Nov 2013 09:55:50 GMT</pubDate>
    <dc:creator>RichardWatson</dc:creator>
    <dc:date>2013-11-05T09:55:50Z</dc:date>
    <item>
      <title>10.1 SOE create object in the server</title>
      <link>https://community.esri.com/t5/arcobjects-sdk-questions/10-1-soe-create-object-in-the-server/m-p/340716#M8945</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi All, &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I'm trying to refactor some old code to create a SOE and before with direct connections to the server the following was true for creating an object in the server:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;This was incorrect: &lt;/SPAN&gt;&lt;BR /&gt;&lt;PRE class="plain" name="code"&gt;Dim point As IPoint = New Point()&lt;/PRE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;this was correct:&lt;/SPAN&gt;&lt;BR /&gt;&lt;PRE class="plain" name="code"&gt;Dim point As IPoint = serverContext.CreateObject("esriGeometry.Point")&lt;/PRE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Now in 10.1 in a SOE if I want to create a new temporary point or polygon, etc. what is the correct way of doing this?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks a lot&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 Nov 2013 15:32:45 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcobjects-sdk-questions/10-1-soe-create-object-in-the-server/m-p/340716#M8945</guid>
      <dc:creator>KevinJohnson</dc:creator>
      <dc:date>2013-11-01T15:32:45Z</dc:date>
    </item>
    <item>
      <title>Re: 10.1 SOE create object in the server</title>
      <link>https://community.esri.com/t5/arcobjects-sdk-questions/10-1-soe-create-object-in-the-server/m-p/340717#M8946</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;From within the SOE code you can just create and use ArcObjects.&amp;nbsp; Of course, you can only use those objects which are available in ArcGIS Server.&amp;nbsp; Creating ArcObjects in .NET is easily.&amp;nbsp; Here is an example for points (scroll to the end of the article):&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://resources.arcgis.com/en/help/arcobjects-net/componenthelp/002m/002m0000045p000000.htm"&gt;http://resources.arcgis.com/en/help/arcobjects-net/componenthelp/002m/002m0000045p000000.htm&lt;/A&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 02 Nov 2013 09:44:04 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcobjects-sdk-questions/10-1-soe-create-object-in-the-server/m-p/340717#M8946</guid>
      <dc:creator>RichardWatson</dc:creator>
      <dc:date>2013-11-02T09:44:04Z</dc:date>
    </item>
    <item>
      <title>Re: 10.1 SOE create object in the server</title>
      <link>https://community.esri.com/t5/arcobjects-sdk-questions/10-1-soe-create-object-in-the-server/m-p/340718#M8947</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks a lot!&amp;nbsp; So is there no equivalent to server context release when you're done?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Nov 2013 22:01:40 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcobjects-sdk-questions/10-1-soe-create-object-in-the-server/m-p/340718#M8947</guid>
      <dc:creator>KevinJohnson</dc:creator>
      <dc:date>2013-11-04T22:01:40Z</dc:date>
    </item>
    <item>
      <title>Re: 10.1 SOE create object in the server</title>
      <link>https://community.esri.com/t5/arcobjects-sdk-questions/10-1-soe-create-object-in-the-server/m-p/340719#M8948</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;In an SOE you are in the server context.&amp;nbsp; So, no there is no context to release.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Nov 2013 09:55:50 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcobjects-sdk-questions/10-1-soe-create-object-in-the-server/m-p/340719#M8948</guid>
      <dc:creator>RichardWatson</dc:creator>
      <dc:date>2013-11-05T09:55:50Z</dc:date>
    </item>
    <item>
      <title>Re: 10.1 SOE create object in the server</title>
      <link>https://community.esri.com/t5/arcobjects-sdk-questions/10-1-soe-create-object-in-the-server/m-p/340720#M8949</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Ok, I think I'm getting it now... Thanks for your help&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Nov 2013 14:28:40 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcobjects-sdk-questions/10-1-soe-create-object-in-the-server/m-p/340720#M8949</guid>
      <dc:creator>KevinJohnson</dc:creator>
      <dc:date>2013-11-06T14:28:40Z</dc:date>
    </item>
  </channel>
</rss>

