<?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 Create TableSortClass in ArcGIS Server 10 in ArcGIS Network Analyst Questions</title>
    <link>https://community.esri.com/t5/arcgis-network-analyst-questions/create-tablesortclass-in-arcgis-server-10/m-p/659269#M6337</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I want to create an instance of TableSortClass for arcgis server 10 programming. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;In desktop version I used ITableSort ts = new TableSortClass(); I know I cannot use the "new" keyword in server and instead have to use IServerContext's CreateObject method. But this method requires CLSID of the class and I am not sure how to get this. Would appreciate any help or pointers.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Also, is there a place/link/sdk that talks about CLSIDs of all classes. That would be helpful as I am migrating from desktop to server version and having hard-time figuring out the clsid's to create instances.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 17 May 2011 20:47:15 GMT</pubDate>
    <dc:creator>MurugeshAnnadurai</dc:creator>
    <dc:date>2011-05-17T20:47:15Z</dc:date>
    <item>
      <title>Create TableSortClass in ArcGIS Server 10</title>
      <link>https://community.esri.com/t5/arcgis-network-analyst-questions/create-tablesortclass-in-arcgis-server-10/m-p/659269#M6337</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I want to create an instance of TableSortClass for arcgis server 10 programming. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;In desktop version I used ITableSort ts = new TableSortClass(); I know I cannot use the "new" keyword in server and instead have to use IServerContext's CreateObject method. But this method requires CLSID of the class and I am not sure how to get this. Would appreciate any help or pointers.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Also, is there a place/link/sdk that talks about CLSIDs of all classes. That would be helpful as I am migrating from desktop to server version and having hard-time figuring out the clsid's to create instances.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 May 2011 20:47:15 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-network-analyst-questions/create-tablesortclass-in-arcgis-server-10/m-p/659269#M6337</guid>
      <dc:creator>MurugeshAnnadurai</dc:creator>
      <dc:date>2011-05-17T20:47:15Z</dc:date>
    </item>
    <item>
      <title>Re: Create TableSortClass in ArcGIS Server 10</title>
      <link>https://community.esri.com/t5/arcgis-network-analyst-questions/create-tablesortclass-in-arcgis-server-10/m-p/659270#M6338</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I found the answer from &lt;/SPAN&gt;&lt;A href="http://forums.esri.com/Thread.asp?c=158&amp;amp;f=2276&amp;amp;t=216392"&gt;this link&lt;/A&gt;&lt;SPAN&gt;. I viewed the class in ObjectBrowser and found out it's namespace and used it with the class name as the CLSID. The code I used is &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;ITableSort ts = serverContext.CreateObject("esriGeodatabase.TableSort") as ITableSort;&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 May 2011 21:19:02 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-network-analyst-questions/create-tablesortclass-in-arcgis-server-10/m-p/659270#M6338</guid>
      <dc:creator>MurugeshAnnadurai</dc:creator>
      <dc:date>2011-05-17T21:19:02Z</dc:date>
    </item>
  </channel>
</rss>

