<?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 How to load a .SID file in ArcObjects SDK Questions</title>
    <link>https://community.esri.com/t5/arcobjects-sdk-questions/how-to-load-a-sid-file/m-p/239380#M6187</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;&lt;SPAN&gt;Original User: &lt;/SPAN&gt;&lt;A class="jive-link-email-small" href="mailto:david.baun@kingcounty.gov"&gt;david.baun@kingcounty.gov&lt;/A&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Original Date: 2011-07-18T08:58:12-0600&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;My Environment&lt;/SPAN&gt;&lt;BR /&gt;&lt;UL&gt; &lt;BR /&gt; &lt;LI&gt;Visual Studio 2008&lt;/LI&gt; &lt;BR /&gt; &lt;LI&gt;VB.NET&lt;/LI&gt; &lt;BR /&gt; &lt;LI&gt;ArcEngine 9.3.1&lt;/LI&gt; &lt;BR /&gt;&lt;/UL&gt;&lt;BR /&gt;&lt;SPAN&gt;Please see the attached images to understand what I'm talking about. Thanks.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I have an MXD (map document file) already loaded in a map control (see attached image), and I'm trying to load some aerial images (.sid files, see attached image) into the map control.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Apparently a SID file is actually a group of 3 files (an .SDW, an .SID, an XML) [shown in attached image], so do i have to load just the SID, or ??? &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Anyway, how do I load a .SID file, and do I need to load more than the .SID file?&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>Mon, 18 Jul 2011 14:58:12 GMT</pubDate>
    <dc:creator>Anonymous User</dc:creator>
    <dc:date>2011-07-18T14:58:12Z</dc:date>
    <item>
      <title>How to load a .SID file</title>
      <link>https://community.esri.com/t5/arcobjects-sdk-questions/how-to-load-a-sid-file/m-p/239380#M6187</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;&lt;SPAN&gt;Original User: &lt;/SPAN&gt;&lt;A class="jive-link-email-small" href="mailto:david.baun@kingcounty.gov"&gt;david.baun@kingcounty.gov&lt;/A&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Original Date: 2011-07-18T08:58:12-0600&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;My Environment&lt;/SPAN&gt;&lt;BR /&gt;&lt;UL&gt; &lt;BR /&gt; &lt;LI&gt;Visual Studio 2008&lt;/LI&gt; &lt;BR /&gt; &lt;LI&gt;VB.NET&lt;/LI&gt; &lt;BR /&gt; &lt;LI&gt;ArcEngine 9.3.1&lt;/LI&gt; &lt;BR /&gt;&lt;/UL&gt;&lt;BR /&gt;&lt;SPAN&gt;Please see the attached images to understand what I'm talking about. Thanks.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I have an MXD (map document file) already loaded in a map control (see attached image), and I'm trying to load some aerial images (.sid files, see attached image) into the map control.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Apparently a SID file is actually a group of 3 files (an .SDW, an .SID, an XML) [shown in attached image], so do i have to load just the SID, or ??? &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Anyway, how do I load a .SID file, and do I need to load more than the .SID file?&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>Mon, 18 Jul 2011 14:58:12 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcobjects-sdk-questions/how-to-load-a-sid-file/m-p/239380#M6187</guid>
      <dc:creator>Anonymous User</dc:creator>
      <dc:date>2011-07-18T14:58:12Z</dc:date>
    </item>
    <item>
      <title>Re: How to load a .SID file</title>
      <link>https://community.esri.com/t5/arcobjects-sdk-questions/how-to-load-a-sid-file/m-p/239381#M6188</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Original User: EinBerliner&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Greetings,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If you simply plan on loading the data as a layer, you can use the IRasterLayer object and load from file. All you need to do is point to the .sid file and ArcGIS will read the associated files.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;There are several &lt;/SPAN&gt;&lt;A href="http://help.arcgis.com/en/sdk/10.0/arcobjects_net/conceptualhelp/index.html#/How_to_create_a_raster_layer/0001000002tt000000/"&gt;code samples&lt;/A&gt;&lt;SPAN&gt; online.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Robert&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Jul 2011 22:24:54 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcobjects-sdk-questions/how-to-load-a-sid-file/m-p/239381#M6188</guid>
      <dc:creator>Anonymous User</dc:creator>
      <dc:date>2011-07-18T22:24:54Z</dc:date>
    </item>
    <item>
      <title>Re: How to load a .SID file</title>
      <link>https://community.esri.com/t5/arcobjects-sdk-questions/how-to-load-a-sid-file/m-p/239382#M6189</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Greetings,&lt;BR /&gt;&lt;BR /&gt;If you simply plan on loading the data as a layer, you can use the IRasterLayer object and load from file. All you need to do is point to the .sid file and ArcGIS will read the associated files.&lt;BR /&gt;There are several &lt;A href="http://help.arcgis.com/en/sdk/10.0/arcobjects_net/conceptualhelp/index.html#/How_to_create_a_raster_layer/0001000002tt000000/"&gt;code samples&lt;/A&gt; online.&lt;BR /&gt;&lt;BR /&gt;Robert&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks a lot Robert.&amp;nbsp; I'll give this a try and update this post with my results.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Jul 2011 22:28:01 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcobjects-sdk-questions/how-to-load-a-sid-file/m-p/239382#M6189</guid>
      <dc:creator>ESRICustomer</dc:creator>
      <dc:date>2011-07-18T22:28:01Z</dc:date>
    </item>
  </channel>
</rss>

