<?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: How can i add a jpg image to a mapcontrol background in arcgis engine? in ArcObjects SDK Questions</title>
    <link>https://community.esri.com/t5/arcobjects-sdk-questions/how-can-i-add-a-jpg-image-to-a-mapcontrol/m-p/262526#M6742</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;You need to Turn On the "Enable Layer Drag and Drop" check box&amp;nbsp; in the Proprities Dialog of your AxTOCControl&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Right Click on AxTOCControl &amp;gt; Proprities &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Check Enable Layer Drag and Drop&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;OK&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; Drag and drop your image to Botom of your TOC&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;It should works&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 01 Nov 2010 09:15:33 GMT</pubDate>
    <dc:creator>mohamedkenzi</dc:creator>
    <dc:date>2010-11-01T09:15:33Z</dc:date>
    <item>
      <title>How can i add a jpg image to a mapcontrol background in arcgis engine?</title>
      <link>https://community.esri.com/t5/arcobjects-sdk-questions/how-can-i-add-a-jpg-image-to-a-mapcontrol/m-p/262522#M6738</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I have been trying to work around a way to add a jpg image "aerial photo" to a mapcontrol background without success. Please can anyone help with some example on how to do this.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I'm working with arcgis engine in .net.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Oct 2010 12:43:59 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcobjects-sdk-questions/how-can-i-add-a-jpg-image-to-a-mapcontrol/m-p/262522#M6738</guid>
      <dc:creator>joseangulo</dc:creator>
      <dc:date>2010-10-29T12:43:59Z</dc:date>
    </item>
    <item>
      <title>Re: How can i add a jpg image to a mapcontrol background in arcgis engine?</title>
      <link>https://community.esri.com/t5/arcobjects-sdk-questions/how-can-i-add-a-jpg-image-to-a-mapcontrol/m-p/262523#M6739</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Greetings,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I'm not sure what you mean with map-control background, but this is how you access a dataset in ArcGIS through code.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;First you'll need to load the data. You can go through the &lt;/SPAN&gt;&lt;A href="http://help.arcgis.com/en/sdk/10.0/arcobjects_net/conceptualhelp/index.html#/How_to_access_a_raster_dataset/00010000021z000000/"&gt;raster dataset (help)&lt;/A&gt;&lt;SPAN&gt; or through the &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;raster layer (help)&lt;/A&gt;&lt;SPAN&gt;. You can also load the raster right into the layer I believe.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Then you add the layer into ArcMap like any other layer.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Is that what you're looking for?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Robert&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Oct 2010 15:25:38 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcobjects-sdk-questions/how-can-i-add-a-jpg-image-to-a-mapcontrol/m-p/262523#M6739</guid>
      <dc:creator>RobertBerger</dc:creator>
      <dc:date>2010-10-29T15:25:38Z</dc:date>
    </item>
    <item>
      <title>Re: How can i add a jpg image to a mapcontrol background in arcgis engine?</title>
      <link>https://community.esri.com/t5/arcobjects-sdk-questions/how-can-i-add-a-jpg-image-to-a-mapcontrol/m-p/262524#M6740</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks Robert, the links you provide helpme a lot, but still i need to send to the back the raster layer, so i can see the other layers over it. Any clue on how to move the raster layer to the bottom?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Oct 2010 19:22:48 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcobjects-sdk-questions/how-can-i-add-a-jpg-image-to-a-mapcontrol/m-p/262524#M6740</guid>
      <dc:creator>joseangulo</dc:creator>
      <dc:date>2010-10-29T19:22:48Z</dc:date>
    </item>
    <item>
      <title>Re: How can i add a jpg image to a mapcontrol background in arcgis engine?</title>
      <link>https://community.esri.com/t5/arcobjects-sdk-questions/how-can-i-add-a-jpg-image-to-a-mapcontrol/m-p/262525#M6741</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;It seems to me that you can set this through the map. You can insert layers at specific positions, so you'd have to figure out where you want to add the layer.&lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="http://help.arcgis.com/en/sdk/10.0/arcobjects_net/componenthelp/index.html#/InsertLayer_Method/001200000902000000/"&gt;Help for IMapLayers.InsertLayer&lt;/A&gt;&lt;BR /&gt;&lt;A href="http://help.arcgis.com/en/sdk/10.0/arcobjects_net/componenthelp/index.html#/IMapLayers2_Interface/0012000008zt000000/"&gt;Help for IMapLayer2 interface&lt;/A&gt;&lt;BR /&gt;&lt;SPAN&gt;Lastly &lt;/SPAN&gt;&lt;A href="http://help.arcgis.com/en/sdk/10.0/arcobjects_net/componenthelp/index.html#/d/001200000s13000000.htm"&gt;help for the Map coclass&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Robert&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Oct 2010 20:29:55 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcobjects-sdk-questions/how-can-i-add-a-jpg-image-to-a-mapcontrol/m-p/262525#M6741</guid>
      <dc:creator>RobertBerger</dc:creator>
      <dc:date>2010-10-29T20:29:55Z</dc:date>
    </item>
    <item>
      <title>Re: How can i add a jpg image to a mapcontrol background in arcgis engine?</title>
      <link>https://community.esri.com/t5/arcobjects-sdk-questions/how-can-i-add-a-jpg-image-to-a-mapcontrol/m-p/262526#M6742</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;You need to Turn On the "Enable Layer Drag and Drop" check box&amp;nbsp; in the Proprities Dialog of your AxTOCControl&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Right Click on AxTOCControl &amp;gt; Proprities &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Check Enable Layer Drag and Drop&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;OK&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; Drag and drop your image to Botom of your TOC&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;It should works&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 01 Nov 2010 09:15:33 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcobjects-sdk-questions/how-can-i-add-a-jpg-image-to-a-mapcontrol/m-p/262526#M6742</guid>
      <dc:creator>mohamedkenzi</dc:creator>
      <dc:date>2010-11-01T09:15:33Z</dc:date>
    </item>
  </channel>
</rss>

