<?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: Line featureclass to network dataset in ArcObjects SDK Questions</title>
    <link>https://community.esri.com/t5/arcobjects-sdk-questions/line-featureclass-to-network-dataset/m-p/407037#M10883</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I gues you could call the FeatureClass to FeatureClass tool to copy the dataset into the FeatureDataset? This &lt;/SPAN&gt;&lt;A href="http://help.arcgis.com/en/sdk/10.0/arcobjects_net/conceptualhelp/index.html#/Working_with_feature_data/0001000000t5000000/"&gt;page&lt;/A&gt;&lt;SPAN&gt; has a section called &lt;/SPAN&gt;&lt;STRONG&gt;Converting and transferring data.&lt;/STRONG&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 16 May 2014 08:19:50 GMT</pubDate>
    <dc:creator>DuncanHornby</dc:creator>
    <dc:date>2014-05-16T08:19:50Z</dc:date>
    <item>
      <title>Line featureclass to network dataset</title>
      <link>https://community.esri.com/t5/arcobjects-sdk-questions/line-featureclass-to-network-dataset/m-p/407034#M10880</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hello, &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I have questions regarding to network analysis. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I'm using C# .Net. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;What I gonna to do is &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;1) Produce line featureclass from some prior steps &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;2) Convert line featureclass to network dataset &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;3) Generate OD matrix&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Step 1 is done. But I don't know how to copy a featureclass to featuredataset, which is required for network dataset. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I searched web, but there are only 'suggestions' like about using IDataset.adddata without any sample code. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Also, I tried to designate feature dataset as an output location of geogprocessing, but failed. If there is a way to designate feature dataset as output location of geogprocessing, it will be also fine. For example, code on the bellow is convert layer (polygon featureclass) to line featureclass. Is there any way to make output on the featuredataset at the same workspace?? I tried but failed. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;fc2Line.in_features = layer;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;fc2Line.out_feature_class = "grid_Line";&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;gp.Execute(fc2Line, null);&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thank you.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 May 2014 19:35:22 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcobjects-sdk-questions/line-featureclass-to-network-dataset/m-p/407034#M10880</guid>
      <dc:creator>InsuHong1</dc:creator>
      <dc:date>2014-05-14T19:35:22Z</dc:date>
    </item>
    <item>
      <title>Re: Line featureclass to network dataset</title>
      <link>https://community.esri.com/t5/arcobjects-sdk-questions/line-featureclass-to-network-dataset/m-p/407035#M10881</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Have a look at this &lt;/SPAN&gt;&lt;A href="http://help.arcgis.com/en/sdk/10.0/arcobjects_net/conceptualhelp/index.html#/d/00010000029z000000.htm"&gt;page&lt;/A&gt;&lt;SPAN&gt; and follow the links on it.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 May 2014 09:04:01 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcobjects-sdk-questions/line-featureclass-to-network-dataset/m-p/407035#M10881</guid>
      <dc:creator>DuncanHornby</dc:creator>
      <dc:date>2014-05-15T09:04:01Z</dc:date>
    </item>
    <item>
      <title>Re: Line featureclass to network dataset</title>
      <link>https://community.esri.com/t5/arcobjects-sdk-questions/line-featureclass-to-network-dataset/m-p/407036#M10882</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thank you, but I think I should have made more clear point on my question. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;What I need is how to put existing feature class into existing feature dataset, not 'create' new ones. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thank you&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 May 2014 16:03:05 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcobjects-sdk-questions/line-featureclass-to-network-dataset/m-p/407036#M10882</guid>
      <dc:creator>InsuHong1</dc:creator>
      <dc:date>2014-05-15T16:03:05Z</dc:date>
    </item>
    <item>
      <title>Re: Line featureclass to network dataset</title>
      <link>https://community.esri.com/t5/arcobjects-sdk-questions/line-featureclass-to-network-dataset/m-p/407037#M10883</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I gues you could call the FeatureClass to FeatureClass tool to copy the dataset into the FeatureDataset? This &lt;/SPAN&gt;&lt;A href="http://help.arcgis.com/en/sdk/10.0/arcobjects_net/conceptualhelp/index.html#/Working_with_feature_data/0001000000t5000000/"&gt;page&lt;/A&gt;&lt;SPAN&gt; has a section called &lt;/SPAN&gt;&lt;STRONG&gt;Converting and transferring data.&lt;/STRONG&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 May 2014 08:19:50 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcobjects-sdk-questions/line-featureclass-to-network-dataset/m-p/407037#M10883</guid>
      <dc:creator>DuncanHornby</dc:creator>
      <dc:date>2014-05-16T08:19:50Z</dc:date>
    </item>
  </channel>
</rss>

