<?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: Upgrading from ArcObjects - CreateRasterDataset in .NET Maps SDK Questions</title>
    <link>https://community.esri.com/t5/net-maps-sdk-questions/upgrading-from-arcobjects-createrasterdataset/m-p/1477538#M12728</link>
    <description>&lt;P&gt;Also how can I use this Create Raster Dataset tool, I am struggling and am not able to find an example anywhere&lt;/P&gt;</description>
    <pubDate>Thu, 23 May 2024 09:51:08 GMT</pubDate>
    <dc:creator>DharmeshPatel1</dc:creator>
    <dc:date>2024-05-23T09:51:08Z</dc:date>
    <item>
      <title>Upgrading from ArcObjects - CreateRasterDataset</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/upgrading-from-arcobjects-createrasterdataset/m-p/1477049#M12725</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P data-unlink="true"&gt;I am trying to upgrade a C# project that has been using ArcObjects 10.7.0.0 to now use&amp;nbsp;ArcGIS Maps SDK for .NET&amp;nbsp;. We use the CreateRasterDataset method from&amp;nbsp;&lt;A href="https://developers.arcgis.com/enterprise-sdk/api-reference/net/IRasterWorkspace2/" target="_blank"&gt;https://developers.arcgis.com/enterprise-sdk/api-reference/net/IRasterWorkspace2/&lt;/A&gt;&lt;/P&gt;&lt;P data-unlink="true"&gt;&amp;nbsp;&lt;/P&gt;&lt;P data-unlink="true"&gt;Please could anyone assist me in how I would get the same method in the latest ArcGIS Maps SDK .NET or what methods there are to do this CreateRasterDataset.&lt;/P&gt;&lt;P data-unlink="true"&gt;&amp;nbsp;&lt;/P&gt;&lt;P data-unlink="true"&gt;Thank you.&lt;/P&gt;</description>
      <pubDate>Wed, 22 May 2024 16:03:23 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/upgrading-from-arcobjects-createrasterdataset/m-p/1477049#M12725</guid>
      <dc:creator>DharmeshPatel1</dc:creator>
      <dc:date>2024-05-22T16:03:23Z</dc:date>
    </item>
    <item>
      <title>Re: Upgrading from ArcObjects - CreateRasterDataset</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/upgrading-from-arcobjects-createrasterdataset/m-p/1477487#M12726</link>
      <description>&lt;P&gt;Hi,&amp;nbsp;&lt;/P&gt;&lt;P&gt;You can do it by using geoprocessing. Local server supported geoprocessing tools are &lt;A href="https://developers.arcgis.com/net/local-server/supported-geoprocessing-tools/" target="_self"&gt;here&lt;/A&gt;. You need to create geoprocessing package with Create Raster Dataset tool. Sample how to execute tool is &lt;A href="https://developers.arcgis.com/net/wpf/sample-code/local-server-geoprocessing/" target="_self"&gt;here&lt;/A&gt;.&lt;/P&gt;&lt;P&gt;Creating geoprocessing package is &lt;A href="https://pro.arcgis.com/en/pro-app/latest/help/analysis/geoprocessing/share-analysis/create-a-geoprocessing-package.htm" target="_self"&gt;here&lt;/A&gt;.&lt;/P&gt;</description>
      <pubDate>Thu, 23 May 2024 06:45:14 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/upgrading-from-arcobjects-createrasterdataset/m-p/1477487#M12726</guid>
      <dc:creator>GKmieliauskas</dc:creator>
      <dc:date>2024-05-23T06:45:14Z</dc:date>
    </item>
    <item>
      <title>Re: Upgrading from ArcObjects - CreateRasterDataset</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/upgrading-from-arcobjects-createrasterdataset/m-p/1477537#M12727</link>
      <description>&lt;P&gt;Does this require me to have ArcGis Pro?&lt;/P&gt;</description>
      <pubDate>Thu, 23 May 2024 09:49:20 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/upgrading-from-arcobjects-createrasterdataset/m-p/1477537#M12727</guid>
      <dc:creator>DharmeshPatel1</dc:creator>
      <dc:date>2024-05-23T09:49:20Z</dc:date>
    </item>
    <item>
      <title>Re: Upgrading from ArcObjects - CreateRasterDataset</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/upgrading-from-arcobjects-createrasterdataset/m-p/1477538#M12728</link>
      <description>&lt;P&gt;Also how can I use this Create Raster Dataset tool, I am struggling and am not able to find an example anywhere&lt;/P&gt;</description>
      <pubDate>Thu, 23 May 2024 09:51:08 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/upgrading-from-arcobjects-createrasterdataset/m-p/1477538#M12728</guid>
      <dc:creator>DharmeshPatel1</dc:creator>
      <dc:date>2024-05-23T09:51:08Z</dc:date>
    </item>
    <item>
      <title>Re: Upgrading from ArcObjects - CreateRasterDataset</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/upgrading-from-arcobjects-createrasterdataset/m-p/1477593#M12729</link>
      <description>&lt;P&gt;You need ArcGIS Pro to create geoprocessing package. Another one thing you need to have Standard license for ArcGIS Maps Local server.&lt;/P&gt;</description>
      <pubDate>Thu, 23 May 2024 12:29:54 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/upgrading-from-arcobjects-createrasterdataset/m-p/1477593#M12729</guid>
      <dc:creator>GKmieliauskas</dc:creator>
      <dc:date>2024-05-23T12:29:54Z</dc:date>
    </item>
    <item>
      <title>Re: Upgrading from ArcObjects - CreateRasterDataset</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/upgrading-from-arcobjects-createrasterdataset/m-p/1477603#M12730</link>
      <description>&lt;P&gt;Thank you.&lt;/P&gt;&lt;P&gt;Is there any way to get developer lincences for these similar to the developer API key?&lt;/P&gt;</description>
      <pubDate>Thu, 23 May 2024 12:35:20 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/upgrading-from-arcobjects-createrasterdataset/m-p/1477603#M12730</guid>
      <dc:creator>DharmeshPatel1</dc:creator>
      <dc:date>2024-05-23T12:35:20Z</dc:date>
    </item>
    <item>
      <title>Re: Upgrading from ArcObjects - CreateRasterDataset</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/upgrading-from-arcobjects-createrasterdataset/m-p/1477604#M12731</link>
      <description>&lt;P&gt;No matter which geoprocessing tool you want execute. Differences are geoprocessing package path and set of parameters. Parameters for Create Raster Dataset you can find &lt;A href="https://pro.arcgis.com/en/pro-app/latest/tool-reference/data-management/create-raster-dataset.htm" target="_self"&gt;here&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 23 May 2024 12:36:58 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/upgrading-from-arcobjects-createrasterdataset/m-p/1477604#M12731</guid>
      <dc:creator>GKmieliauskas</dc:creator>
      <dc:date>2024-05-23T12:36:58Z</dc:date>
    </item>
    <item>
      <title>Re: Upgrading from ArcObjects - CreateRasterDataset</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/upgrading-from-arcobjects-createrasterdataset/m-p/1477610#M12732</link>
      <description>&lt;P&gt;&lt;A href="https://developers.arcgis.com/net/local-server/" target="_blank" rel="noopener"&gt;Local Server | ArcGIS Maps SDK for .NET | ArcGIS Developers&lt;/A&gt;&lt;/P&gt;&lt;P&gt;It is important:&lt;/P&gt;&lt;P&gt;"Local Server is supported with&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;ArcGIS Maps SDK for .NET&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;on Windows when using either Windows Presentation Foundation (WPF) or Windows UI Library (WinUI) 3. Local Server is not supported for apps developed using .NET MAUI (Multi-platform App UI) or Universal Windows Platform (UWP)."&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 23 May 2024 12:49:41 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/upgrading-from-arcobjects-createrasterdataset/m-p/1477610#M12732</guid>
      <dc:creator>GKmieliauskas</dc:creator>
      <dc:date>2024-05-23T12:49:41Z</dc:date>
    </item>
    <item>
      <title>Re: Upgrading from ArcObjects - CreateRasterDataset</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/upgrading-from-arcobjects-createrasterdataset/m-p/1477665#M12733</link>
      <description>&lt;P&gt;Is there any way to execute that from a C# .NET Framework 4.8 project? I can see details for python but not .NET.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you.&lt;/P&gt;</description>
      <pubDate>Thu, 23 May 2024 14:22:53 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/upgrading-from-arcobjects-createrasterdataset/m-p/1477665#M12733</guid>
      <dc:creator>DharmeshPatel1</dc:creator>
      <dc:date>2024-05-23T14:22:53Z</dc:date>
    </item>
    <item>
      <title>Re: Upgrading from ArcObjects - CreateRasterDataset</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/upgrading-from-arcobjects-createrasterdataset/m-p/1477951#M12734</link>
      <description>&lt;P&gt;There is no documentation for each tool of geoprocessing in .NET. From python tool description you need to take only order of parameters and their types. Only&amp;nbsp; ArcMap has direct access to raster manipulation. All other new products (ArcGIS Pro, ArcGIS Maps) use geoprocessing for that purpose.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="csharp"&gt;            // Create the geoprocessing parameters
            GeoprocessingParameters gpParams = new GeoprocessingParameters(GeoprocessingExecutionType.AsynchronousSubmit);

            // Add the interval parameter to the geoprocessing parameters
            gpParams.Inputs["ContourInterval"] = new GeoprocessingDouble(MyContourSlider.Value);&lt;/LI-CODE&gt;&lt;P&gt;In code above you need to delete setting "ContourInterval" parameter and fill your tool parameters:&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 23 May 2024 19:38:11 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/upgrading-from-arcobjects-createrasterdataset/m-p/1477951#M12734</guid>
      <dc:creator>GKmieliauskas</dc:creator>
      <dc:date>2024-05-23T19:38:11Z</dc:date>
    </item>
    <item>
      <title>Re: Upgrading from ArcObjects - CreateRasterDataset</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/upgrading-from-arcobjects-createrasterdataset/m-p/1488818#M12764</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Can you share any more information about how you use the CreateRasterDataset function?&lt;/P&gt;&lt;P&gt;e.g.&amp;nbsp;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Are these single band or multi-band raster datasets?&lt;/LI&gt;&lt;LI&gt;Do you create single, standalone raster datasets or do you mosaic multiple raster datasets into a single image?&lt;/LI&gt;&lt;LI&gt;Do you need to update/replace images or update pixels/cells within rasters?&amp;nbsp;&lt;/LI&gt;&lt;LI&gt;What type/format are you creating e.g. JPEG, TIFF, or geodatabase raster dataset?&lt;/LI&gt;&lt;LI&gt;Do you need to specify compression when creating JPEG file or geodatabase rasters?&lt;/LI&gt;&lt;LI&gt;Do you need to build pyramids? (improves the display performance of raster datasets)&lt;/LI&gt;&lt;LI&gt;Do you need to calculate statistics? (allows applications to properly stretch and symbolize raster data for display)&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Mike&lt;/P&gt;</description>
      <pubDate>Tue, 11 Jun 2024 10:25:59 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/upgrading-from-arcobjects-createrasterdataset/m-p/1488818#M12764</guid>
      <dc:creator>MichaelBranscomb</dc:creator>
      <dc:date>2024-06-11T10:25:59Z</dc:date>
    </item>
  </channel>
</rss>

